Class Track

Definition

Namespace:
Tizen.Network.Bluetooth
Assembly:
Tizen.Network.Bluetooth.dll
API Level:
3

This class contains the information of the track data.

C#
Copy
public class Track
Inheritance
System.Object
Track

Constructors

View Source

Track()

The default constructor. Initializes an object of the track.

Declaration
C#
Copy
public Track()
API Level: 3

Properties

View Source

Album

The album of the track.

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

Artist

The artist of the track.

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

Duration

The duration of the track in milliseconds.

Declaration
C#
Copy
public uint Duration { get; set; }
Property Value
Type Description
System.UInt32
API Level: 3
View Source

Genre

The genre of the track.

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

Title

The title of the track.

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

TotalTracks

The number of all tracks.

Declaration
C#
Copy
public uint TotalTracks { get; set; }
Property Value
Type Description
System.UInt32
API Level: 3
View Source

TrackNum

The track number.

Declaration
C#
Copy
public uint TrackNum { get; set; }
Property Value
Type Description
System.UInt32
API Level: 3