struct VideoInfo { int Width; int Height; UInt32 FrameRate; UInt32 AudioDataRate; UInt32 TotalFrames; Array<CuePoint> CuePoints; int SubtitleChannelsNumber; int MaxSubtitleLen; Array<AudioTrackInfo> AudioTracks; };
Provides information on the playback video file.
Members |
Description |
int Width; |
Width of the video data. |
int Height; |
Height of the video data. |
UInt32 FrameRate; |
Video bit rate. |
UInt32 AudioDataRate; |
Audio sample rate. |
UInt32 TotalFrames; |
Total number of frames of video data. |
Array<CuePoint> CuePoints; |
List of cue points encoded into the video file. |
int SubtitleChannelsNumber; |
Total number of subtitle channels. |
int MaxSubtitleLen; |
Maximum size of a subtitle string. |
Array<AudioTrackInfo> AudioTracks; |
Audio track information. |
Video_Video.h