Class VideoInfo

    Definition

    Namespace:
    Tizen.Content.MediaContent
    Assembly:
    Tizen.Content.MediaContent.dll

    Represents a video media information.

    public class VideoInfo : MediaInfo
    Inheritance
    object
    MediaInfo
    VideoInfo

    Properties

    View Source

    Album

    Gets the album name.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public string Album { get; }
    Property Value
    Type Description
    string

    The album name from the metadata.

    View Source

    AlbumArtist

    Gets the album artist name.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public string AlbumArtist { get; }
    Property Value
    Type Description
    string

    The album artist name from the metadata.

    View Source

    Artist

    Gets the artist name.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public string Artist { get; }
    Property Value
    Type Description
    string

    The artist name from the metadata.

    View Source

    BitRate

    Gets the bitrate in bit per second.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public int BitRate { get; }
    Property Value
    Type Description
    int

    The bit rate of the video.

    View Source

    Composer

    Gets the composer name.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public string Composer { get; }
    Property Value
    Type Description
    string

    The composer name from the metadata.

    View Source

    Copyright

    Gets the copyright notice.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public string Copyright { get; }
    Property Value
    Type Description
    string

    The copyright notice from the metadata.

    View Source

    DateRecorded

    Gets the recorded date.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public string DateRecorded { get; }
    Property Value
    Type Description
    string

    The recorded date information from the metadata if exists; otherwise, the modified date of the file.

    View Source

    Duration

    Gets the track duration in milliseconds.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public int Duration { get; }
    Property Value
    Type Description
    int

    The track duration of the video in milliseconds.

    View Source

    Genre

    Gets the genre.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public string Genre { get; }
    Property Value
    Type Description
    string

    The genre name from the metadata.

    View Source

    Height

    Gets the video height in pixels.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public int Height { get; }
    Property Value
    Type Description
    int

    The height of the video in pixels.

    View Source

    TrackNumber

    Gets the track number.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public string TrackNumber { get; }
    Property Value
    Type Description
    string

    The track number from the metadata.

    View Source

    Width

    Gets the video width in pixels.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public int Width { get; }
    Property Value
    Type Description
    int

    The width of the video in pixels.

    View Source

    Year

    Gets the year.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public string Year { get; }
    Property Value
    Type Description
    string

    The year from the metadata.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX