Class MediaControlMetadata

    Definition

    Namespace:
    Tizen.Multimedia.Remoting
    Assembly:
    Tizen.Multimedia.Remoting.dll

    Represents metadata for media control.

    public class MediaControlMetadata
    Inheritance
    object
    MediaControlMetadata

    Constructors

    View Source

    MediaControlMetadata()

    Initializes a new instance of the MediaControlMetadata class.

    Declaration
    public MediaControlMetadata()

    Properties

    View Source

    Album

    Gets or sets the album.

    Declaration
    public string Album { get; set; }
    Property Value
    Type Description
    string
    View Source

    AlbumArtPath

    Gets or sets the path of the album art.

    Declaration
    public string AlbumArtPath { get; set; }
    Property Value
    Type Description
    string
    View Source

    Artist

    Gets or sets the artist.

    Declaration
    public string Artist { get; set; }
    Property Value
    Type Description
    string
    View Source

    Author

    Gets or sets the author.

    Declaration
    public string Author { get; set; }
    Property Value
    Type Description
    string
    View Source

    Copyright

    Gets or sets the copyright.

    Declaration
    public string Copyright { get; set; }
    Property Value
    Type Description
    string
    View Source

    Date

    Gets or sets the date.

    Declaration
    public string Date { get; set; }
    Property Value
    Type Description
    string
    View Source

    Description

    Gets or sets the description.

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    string
    View Source

    Duration

    Gets or sets the duration.

    Declaration
    public string Duration { get; set; }
    Property Value
    Type Description
    string
    View Source

    Episode

    Gets or sets the episode information.

    Declaration
    public SeriesInformation Episode { get; set; }
    Property Value
    Type Description
    SeriesInformation
    See Also
    SeriesInformation
    View Source

    Genre

    Gets or sets the genre.

    Declaration
    public string Genre { get; set; }
    Property Value
    Type Description
    string
    View Source

    Resolution

    Gets or sets the content resolution.

    Declaration
    public Size Resolution { get; set; }
    Property Value
    Type Description
    Size
    See Also
    Size
    View Source

    Season

    Gets or sets the season information.

    Declaration
    public SeriesInformation Season { get; set; }
    Property Value
    Type Description
    SeriesInformation
    See Also
    SeriesInformation
    View Source

    Title

    Gets or sets the title.

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    string
    View Source

    TrackNumber

    Gets or sets the track number.

    Declaration
    public string TrackNumber { get; set; }
    Property Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX