Scaleform::GFx::AudioBase::SyncTypeFlags

Scaleform::GFx::AudioBase::SyncTypeFlags
enum SyncTypeFlags {
  NoSync = 0x00,
  VideoMaster = 0x01,
  AudioMaster = 0x02
};
Description

Flags indicating various options that affect 2D rendering.

Members
Members 
Description 
NoSync = 0x00 
Audio and video frames do not need to be synchronized. SWF playback and streaming sound are played independently. 
VideoMaster = 0x01 
Audio frames should be synchronized to video frames. Sound playback is synchronized to the playback time of SWF frames. In case of desynchronization, sound will start jumping. 
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. 
File

GFx_Audio.h