Base definition of player TrackInfo. Only to be used for construction of TrackInfo subtypes.
#include <player/YiAbstractVideoPlayer.h>
| CYIAbstractVideoPlayer::TrackInfo::TrackInfo |
( |
uint32_t |
uID | ) |
|
|
inline |
| CYIAbstractVideoPlayer::TrackInfo::TrackInfo |
( |
uint32_t |
uID, |
|
|
const CYIString & |
name |
|
) |
| |
|
inline |
| CYIAbstractVideoPlayer::TrackInfo::TrackInfo |
( |
uint32_t |
uID, |
|
|
const CYIString & |
name, |
|
|
const CYIString & |
language |
|
) |
| |
|
inline |
| CYIString CYIAbstractVideoPlayer::TrackInfo::language |
Language code used by the track. May be an empty string if not available.
| CYIString CYIAbstractVideoPlayer::TrackInfo::name |
Human-readable name of the track. May be an empty string if the metadata is inaccessible.
| uint32_t CYIAbstractVideoPlayer::TrackInfo::uID |
Integer ID used for selection of the track.
The documentation for this struct was generated from the following file: