AppendableSoundData

AppendableSoundData
Scaleform::Sound::SoundDataBase
    Scaleform::Sound::AppendableSoundData
Declaration
class AppendableSoundData : public SoundDataBase;
Description

AppendableSoundData is used during loading of a streaming sound data from a SWF file. This type of SWF sound is not loaded all at once. The sound data comes in chunks during the loading of the SWF frames and should be added to the already existing buffer that holds the sound data. Each SWF frame has its own sound data chunk that needs to be added to the buffer.

Methods
Method 
Description 
Initializes AppendableSoundData object. 
Reads a buffer from the sound data. 
Returns the size of the sound data. 
Locks the sound data and returns a pointer where a new/next sound data chunk from a SWF frame can be read to. 
Seeks to the specified position in the sound data. 
Unlocks the sound that was previously locked by the call to LockDataForAppend
File

Sound_Sound.h