Scaleform::GFx::Video::VideoPlayer::AudioTrackInfo

Scaleform::GFx::Video::VideoPlayer::AudioTrackInfo
struct AudioTrackInfo {
  int Index;
  UInt32 SampleRate;
  UInt32 ChannelsNumber;
  UInt32 TotalSamples;
};
Description

Provides information on the audio track included in the video file.

Members
Members 
Description 
int Index; 
Index of a audio track. 
UInt32 SampleRate; 
Audio sample rate. 
UInt32 ChannelsNumber; 
Number of channels in the audio track (1 for mono, 2 for stereo, 6 for 5.1). 
UInt32 TotalSamples; 
Total number of channels in the audio track. 
File

Video_Video.h