Definition
- Namespace:
- Tizen.Network.Bluetooth
- Assembly:
- Tizen.Network.Bluetooth.dll
This class contains the information of the track data.
- Inheritance
-
Constructors
View Source
Track()
The default constructor. Initializes an object of the track.
Declaration
Properties
Declaration
public string Album { get; set; }
Property Value
Declaration
public string Artist { get; set; }
Property Value
View Source
Duration
The duration of the track in milliseconds.
Declaration
public uint Duration { get; set; }
Property Value
Declaration
public string Genre { get; set; }
Property Value
Declaration
public string Title { get; set; }
Property Value
Declaration
public uint TotalTracks { get; set; }
Property Value
Declaration
public uint TrackNum { get; set; }
Property Value