Video(const VideoVMSupport& vmSupport, Thread::ThreadPriority decodeThreadPriority = Thread::NormalPriority, bool autoInit = true);
Initializes Video object.
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. |