struct CuePoint { CuePointType Type; String Name; UInt32 Time; Array<CuePointParam> Params; };
Describes the cue points encoded into the video file.
|
Members |
Description |
|
CuePointType Type; |
Type of the embedded cue point in the video file. See CuePointType. |
|
String Name; |
Name of the cue point. |
|
UInt32 Time; |
Unique time associated with a cue point in the video file. |
|
Array<CuePointParam> Params; |
Data associated with a cue point in the video file. See CuePointParam. |
Video_Video.h