Class PlayerTrackInfo
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.MediaPlayer.dll
Provides a means to retrieve the track information.
C#
Copy
public class PlayerTrackInfo
- Inheritance
-
objectPlayer
Track Info
Properties
Declaration
C#
Copy
public int Selected { get; set; }
Property Value
Type | Description |
---|---|
int | The currently selected track index. |
Remarks
Exceptions
Type | Condition |
---|---|
System. |
The Player that this instance belongs to has been disposed of. |
System. |
The Player that this instance belongs to is not in the valid state. |
System. |
|
Not |
If audio offload is enabled by calling Is |
Methods
Declaration
C#
Copy
public int GetCount()
Returns
Type | Description |
---|---|
int | The number of tracks. |
Remarks
Exceptions
Type | Condition |
---|---|
System. |
The Player that this instance belongs to has been disposed of. |
Not |
The Player that this instance belongs to is not in the valid state.
-or- |
GetLanguageCode(int)
Gets the language code for the specified index, or null if the language is undefined.
Declaration
C#
Copy
public string GetLanguageCode(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index | The index of track. |
Returns
Type | Description |
---|---|
string | The number of tracks. |
Remarks
The Player that owns this instance must be in the Ready, Playing, or Paused state.
The language codes are defined in ISO 639-1.
Exceptions
Type | Condition |
---|---|
System. |
The Player that this instance belongs to has been disposed of. |
System. |
The Player that this instance belongs to is not in the valid state. |
System. |
|
Not |
If audio offload is enabled by calling Is |