Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class ImageData

    Inheritance
    System.Object
    ImageData
    Namespace: MediaBrowser.Controller.Drawing
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public class ImageData

    Properties

    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

    Collections

    Declaration
    public string[] Collections { get; set; }
    Property Value
    Type Description
    System.String[]

    DateTime

    Declaration
    public DateTimeOffset? DateTime { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>

    Description

    Declaration
    public string Description { 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>

    Genres

    Declaration
    public string[] Genres { get; set; }
    Property Value
    Type Description
    System.String[]

    Height

    Declaration
    public int Height { get; set; }
    Property Value
    Type Description
    System.Int32

    IsoSpeedRating

    Declaration
    public int? IsoSpeedRating { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    Keywords

    Declaration
    public string[] Keywords { get; set; }
    Property Value
    Type Description
    System.String[]

    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>

    Orientation

    Declaration
    public ImageOrientation? Orientation { get; set; }
    Property Value
    Type Description
    System.Nullable<ImageOrientation>

    Rating

    Declaration
    public float? Rating { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Single>

    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

    Title

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    System.String

    Width

    Declaration
    public int Width { get; set; }
    Property Value
    Type Description
    System.Int32

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.