Class MediaControlMetadata

Definition

Namespace:
Tizen.Multimedia.Remoting
Assembly:
Tizen.Multimedia.Remoting.dll
API Level:
4

Represents metadata for media control.

C#
Copy
public class MediaControlMetadata
Inheritance
MediaControlMetadata

Constructors

View Source

MediaControlMetadata()

Initializes a new instance of the MediaControlMetadata class.

Declaration
C#
Copy
public MediaControlMetadata()
API Level: 4

Properties

View Source

Album

Gets or sets the album.

Declaration
C#
Copy
public string Album { get; set; }
Property Value
Type Description
System.String
API Level: 4
View Source

AlbumArtPath

Gets or sets the path of the album art.

Declaration
C#
Copy
public string AlbumArtPath { get; set; }
Property Value
Type Description
System.String
API Level: 4
View Source

Artist

Gets or sets the artist.

Declaration
C#
Copy
public string Artist { get; set; }
Property Value
Type Description
System.String
API Level: 4
View Source

Author

Gets or sets the author.

Declaration
C#
Copy
public string Author { get; set; }
Property Value
Type Description
System.String
API Level: 4
View Source

Gets or sets the copyright.

Declaration
C#
Copy
public string Copyright { get; set; }
Property Value
Type Description
System.String
API Level: 4
View Source

Date

Gets or sets the date.

Declaration
C#
Copy
public string Date { get; set; }
Property Value
Type Description
System.String
API Level: 4
View Source

Description

Gets or sets the description.

Declaration
C#
Copy
public string Description { get; set; }
Property Value
Type Description
System.String
API Level: 4
View Source

Duration

Gets or sets the duration.

Declaration
C#
Copy
public string Duration { get; set; }
Property Value
Type Description
System.String
API Level: 4
View Source

Genre

Gets or sets the genre.

Declaration
C#
Copy
public string Genre { get; set; }
Property Value
Type Description
System.String
API Level: 4
View Source

Title

Gets or sets the title.

Declaration
C#
Copy
public string Title { get; set; }
Property Value
Type Description
System.String
API Level: 4
View Source

TrackNumber

Gets or sets the track number.

Declaration
C#
Copy
public string TrackNumber { get; set; }
Property Value
Type Description
System.String
API Level: 4