Represents an audio track that is available in the media being played. These can be queried from CYIAbstractVideoPlayer::GetAudioTracks.
#include <player/YiAbstractVideoPlayer.h>
◆ AudioTrackInfo() [1/3]
CYIAbstractVideoPlayer::AudioTrackInfo::AudioTrackInfo |
( |
| ) |
|
|
inline |
◆ AudioTrackInfo() [2/3]
CYIAbstractVideoPlayer::AudioTrackInfo::AudioTrackInfo |
( |
uint32_t |
id, |
|
|
const CYIString & |
name, |
|
|
const CYIString & |
language |
|
) |
| |
|
inline |
◆ AudioTrackInfo() [3/3]
CYIAbstractVideoPlayer::AudioTrackInfo::AudioTrackInfo |
( |
const TrackInfo & |
trackInfo | ) |
|
|
inline |
◆ bitrateKbps
CYIOptional<float> CYIAbstractVideoPlayer::AudioTrackInfo::bitrateKbps |
Audio track bitrate in Kbps.
- Note
- Only populated for Android platform.
◆ channelCount
CYIOptional<int32_t> CYIAbstractVideoPlayer::AudioTrackInfo::channelCount |
Audio track channel count.
- Note
- Only populated for Android platform.
◆ codecProfile
◆ codecType
The codec type of the audio track.
- See also
- CYICodecType::Audio
- Note
- Only populated for Android platform.
◆ DEFAULT_TRACK_ID
uint32_t CYIAbstractVideoPlayer::AudioTrackInfo::DEFAULT_TRACK_ID |
|
static |
◆ isValid
bool CYIAbstractVideoPlayer::AudioTrackInfo::isValid |
Indicates whether this instance represents a valid track.
The documentation for this struct was generated from the following file: