Definition
- Namespace:
- Tizen.Network.Bluetooth
- Assembly:
- Tizen.Network.Bluetooth.dll
- API Level:
- 3
This class contains the information of the track data.
- Inheritance
-
Constructors
View Source
Track()
The default constructor. Initializes an object of the track.
Declaration
API Level: 3
Properties
Declaration
public string Album { get; set; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
Declaration
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
public uint Duration { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
API Level: 3
Declaration
public string Genre { get; set; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
Declaration
public uint TotalTracks { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
API Level: 3
Declaration
public uint TrackNum { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
API Level: 3