Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
- API Level:
- 4
Represents metadata for media control.
public class MediaControlMetadata
- Inheritance
-
System.Object
MediaControlMetadata
Constructors
Declaration
public MediaControlMetadata()
API Level: 4
Properties
Declaration
public string Album { get; set; }
Property Value
Type |
Description |
System.String |
|
API Level: 4
Declaration
public string AlbumArtPath { get; set; }
Property Value
Type |
Description |
System.String |
|
API Level: 4
Declaration
public string Artist { get; set; }
Property Value
Type |
Description |
System.String |
|
API Level: 4
Declaration
public string Author { get; set; }
Property Value
Type |
Description |
System.String |
|
API Level: 4
Declaration
public string Copyright { get; set; }
Property Value
Type |
Description |
System.String |
|
API Level: 4
Declaration
public string Date { get; set; }
Property Value
Type |
Description |
System.String |
|
API Level: 4
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
API Level: 4
Declaration
public string Duration { get; set; }
Property Value
Type |
Description |
System.String |
|
API Level: 4
Declaration
public SeriesInformation Episode { get; set; }
Property Value
API Level: 6
Declaration
public string Genre { get; set; }
Property Value
Type |
Description |
System.String |
|
API Level: 4
Declaration
public Size Resolution { get; set; }
Property Value
API Level: 6
Declaration
public SeriesInformation Season { get; set; }
Property Value
API Level: 6
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
API Level: 4
Declaration
public string TrackNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
API Level: 4