Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Represents metadata for media control.
public class MediaControlMetadata
- Inheritance
-
object
MediaControlMetadata
Constructors
Declaration
public MediaControlMetadata()
Properties
Declaration
public string Album { get; set; }
Property Value
Declaration
public string AlbumArtPath { get; set; }
Property Value
Declaration
public string Artist { get; set; }
Property Value
Declaration
public string Author { get; set; }
Property Value
Declaration
public string Copyright { get; set; }
Property Value
Declaration
public string Date { get; set; }
Property Value
Declaration
public string Description { get; set; }
Property Value
Declaration
public string Duration { get; set; }
Property Value
Declaration
public string Genre { get; set; }
Property Value
Declaration
public string Title { get; set; }
Property Value
Declaration
public string TrackNumber { get; set; }
Property Value