Class Photo
Inherited Members
Namespace: MediaBrowser.Controller.Entities
Assembly: MediaBrowser.Controller.dll
Syntax
public sealed class Photo : BaseItem, IHasProviderIds, IHasLookupInfo<ItemLookupInfo>, IHasAlbum
Properties
AlbumEntity
Declaration
[IgnoreDataMember]
public PhotoAlbum AlbumEntity { get; }
Property Value
Type | Description |
---|---|
PhotoAlbum |
Altitude
Declaration
public double? Altitude { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Aperture
Declaration
public double? Aperture { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
CameraMake
Declaration
public string CameraMake { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CameraModel
Declaration
public string CameraModel { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExposureTime
Declaration
public double? ExposureTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
FocalLength
Declaration
public double? FocalLength { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
ForceDefaultAspectRatio
Declaration
[IgnoreDataMember]
public override bool ForceDefaultAspectRatio { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
IsMedia
Declaration
[IgnoreDataMember]
public override bool IsMedia { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
IsoSpeedRating
Declaration
public int? IsoSpeedRating { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Latitude
Declaration
public double? Latitude { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Longitude
Declaration
public double? Longitude { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
MediaType
Declaration
[IgnoreDataMember]
public override string MediaType { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Orientation
Declaration
public ImageOrientation? Orientation { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ImageOrientation> |
ShutterSpeed
Declaration
public double? ShutterSpeed { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Software
Declaration
public string Software { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SupportsExternalTransfer
Declaration
[IgnoreDataMember]
public override bool SupportsExternalTransfer { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
SupportsGenres
Declaration
[IgnoreDataMember]
public override bool SupportsGenres { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
SupportsInheritedParentImages
Declaration
[IgnoreDataMember]
public override bool SupportsInheritedParentImages { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Methods
CanDownload()
Declaration
public override bool CanDownload()
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
GetDefaultPrimaryImageAspectRatio()
Declaration
public override double GetDefaultPrimaryImageAspectRatio()
Returns
Type | Description |
---|---|
System.Double |