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