Class ImageData
Inheritance
System.Object
ImageData
Assembly: MediaBrowser.Controller.dll
Properties
Declaration
public double? Altitude { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
Declaration
public double? Aperture { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
Declaration
public string CameraMake { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string CameraModel { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public DateTimeOffset? DateTime { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTimeOffset> |
|
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public double? ExposureTime { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
Declaration
public double? FocalLength { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
Declaration
public string[] Genres { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public int Height { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int? IsoSpeedRating { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public string[] Keywords { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public double? Latitude { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
Declaration
public double? Longitude { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
Declaration
public ImageOrientation? Orientation { get; set; }
Property Value
Declaration
public float? Rating { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Single> |
|
Declaration
public double? ShutterSpeed { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
Declaration
public string Software { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int Width { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Extension Methods