Scaleform::GFx::State Scaleform::GFx::AudioBase
class AudioBase : public State;
AudioBase provides sound renderer to the rest of Scaleform library and the synchronization parameters which controls when and how the synchronization between SWF video frames and sound frames should be done. This is an abstract class separate from Audio to avoid audio linking for projects that do not use built-in audio.
Enumeration |
Description |
Flags indicating various options that affect 2D rendering. |
Method |
Description |
AudioBase constructor. | |
Retrieves the frame interval for checking synchronization between audio and video frames. | |
Obtains the maximum time difference between video and audio frames. | |
Obtains a pointer to the sound renderer for rendering the sound data. | |
Returns a pointer to SoundTagsReader for loading the various definition tags for the sound file. | |
Obtains the synchronization type flag set for the audio and video frames rendered. | |
Registers the Sound ActionScript classes. | |
Sets the frame interval for performing synchronization check between audio and video frame. | |
Sets the maximum allowed time difference between the audio and the video frame time. | |
Sets the synchronization type flag for the audio and video frames that are rendered. |
GFx_Audio.h