Class MediaControlMetadata
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Represents metadata for media control.
public class MediaControlMetadata
- Inheritance
-
objectMediaControlMetadata
Constructors
View SourceMediaControlMetadata()
Initializes a new instance of the MediaControlMetadata class.
Declaration
public MediaControlMetadata()
Properties
View SourceAlbum
Gets or sets the album.
Declaration
public string Album { get; set; }
Property Value
Type | Description |
---|---|
string |
AlbumArtPath
Gets or sets the path of the album art.
Declaration
public string AlbumArtPath { get; set; }
Property Value
Type | Description |
---|---|
string |
Artist
Gets or sets the artist.
Declaration
public string Artist { get; set; }
Property Value
Type | Description |
---|---|
string |
Author
Gets or sets the author.
Declaration
public string Author { get; set; }
Property Value
Type | Description |
---|---|
string |
Copyright
Gets or sets the copyright.
Declaration
public string Copyright { get; set; }
Property Value
Type | Description |
---|---|
string |
Date
Gets or sets the date.
Declaration
public string Date { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
Gets or sets the description.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Duration
Gets or sets the duration.
Declaration
public string Duration { get; set; }
Property Value
Type | Description |
---|---|
string |
Episode
Gets or sets the episode information.
Declaration
public SeriesInformation Episode { get; set; }
Property Value
Type | Description |
---|---|
SeriesInformation |
See Also
View SourceGenre
Gets or sets the genre.
Declaration
public string Genre { get; set; }
Property Value
Type | Description |
---|---|
string |
Resolution
Gets or sets the content resolution.
Declaration
public Size Resolution { get; set; }
Property Value
Type | Description |
---|---|
Size |
See Also
View SourceSeason
Gets or sets the season information.
Declaration
public SeriesInformation Season { get; set; }
Property Value
Type | Description |
---|---|
SeriesInformation |
See Also
View SourceTitle
Gets or sets the title.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string |
TrackNumber
Gets or sets the track number.
Declaration
public string TrackNumber { get; set; }
Property Value
Type | Description |
---|---|
string |