enum SyncTypeFlags { NoSync = 0x00, VideoMaster = 0x01, AudioMaster = 0x02 };
Flags indicating various options that affect 2D rendering.
Members |
Description |
NoSync = 0x00 |
Audio and video frames do not need to be synchronized. SWF playback and streaming sound are played independently. |
VideoMaster = 0x01 | |
AudioMaster = 0x02 |
Video frames should be synchronized to audio frames. SWF frames will be synchronized to the streaming sound position. In case of desynchronization, Scaleform will start skipping SWF frame display (however Advance method will be called for all frames ). This is the behavior of standard Flash Player and default in Scaleform Player. |
GFx_Audio.h