Class Track
Definition
- Assembly:
- Tizen.Network.Bluetooth.dll
This class contains the information of the track data.
public class Track
- Inheritance
-
objectTrack
Constructors
View SourceTrack()
The default constructor. Initializes an object of the track.
Declaration
public Track()
Properties
View SourceAlbum
The album of the track.
Declaration
public string Album { get; set; }
Property Value
Type | Description |
---|---|
string |
Artist
The artist of the track.
Declaration
public string Artist { get; set; }
Property Value
Type | Description |
---|---|
string |
Duration
The duration of the track in milliseconds.
Declaration
public uint Duration { get; set; }
Property Value
Type | Description |
---|---|
uint |
Genre
The genre of the track.
Declaration
public string Genre { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
The title of the track.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string |
TotalTracks
The number of all tracks.
Declaration
public uint TotalTracks { get; set; }
Property Value
Type | Description |
---|---|
uint |
TrackNum
The track number.
Declaration
public uint TrackNum { get; set; }
Property Value
Type | Description |
---|---|
uint |