Scaleform::GFx::Video::VideoPlayer::CuePoint

Scaleform::GFx::Video::VideoPlayer::CuePoint
struct CuePoint {
  CuePointType Type;
  String Name;
  UInt32 Time;
  Array<CuePointParam> Params;
};
Description

Describes the cue points encoded into the video file.

Members
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
File

Video_Video.h