Video::Video

Video::Video
Video(const VideoVMSupport& vmSupport, Thread::ThreadPriority decodeThreadPriority = Thread::NormalPriority, bool autoInit = true);
Description

Initializes Video object.

Parameters
Parameters 
Description 
const VideoVMSupport& vmSupport 
ActionScript VM support: AS2, AS3 or both. 
Thread::ThreadPriority decodeThreadPriority = Thread::NormalPriority 
Optional parameter to specify the priority of the video decoding thread. By default, the thread priority is set to normal. 
bool autoInit = true 
If true is passed, the video system should be initialized in this constructor.