Scaleform::Sound::SoundInfoBase
class SoundInfoBase : public RefCountBaseNTS<SoundInfoBase,Stat_Sound_Mem>;
SoundInfoBase holds the basic information of the sound data which are played in the SWF files and essentially represent a sound within GFxPlayer.
Method |
Description |
Returns the length of the sound data in sound samples. | |
Obtains the sample rate of the sound data in the SWF file. | |
Obtains the SoundSample pointer from the data, for a given sound renderer. | |
Determines if the sound sample can be played. | |
Releases the sound resources for sounds that are not played anymore. | |
Sets the sound object to retain its data. |
Sound_SoundRenderer.h