#include <FSound.h>
Public Methods | |
| FlashSoundInfo (unsigned char _flags) | |
| FlashSoundInfo (unsigned char _flags, UDWORD _inPoint, UDWORD _outPoint, UWORD _loopCount) | |
| FlashSoundInfo (unsigned char _flags, UDWORD _inPoint, UDWORD _outPoint, UWORD _loopCount, std::vector< FlashSoundEnvelope > &v) | |
| unsigned char | GetFlags () |
| UDWORD | GetInPoint () |
| UDWORD | GetOutPoint () |
| UDWORD | GetLoopCount () |
| std::vector< FlashSoundEnvelope > & | GetEnvelopes () |
Private Methods | |
| FlashSoundInfo () | |
Private Attributes | |
| unsigned char | flags |
| UDWORD | inPoint |
| UDWORD | outPoint |
| UWORD | loopCount |
| std::vector< FlashSoundEnvelope > | v_snd_env |
Friends | |
| class | FlashTagStartSound |
| std::ostream & | operator<< (std::ostream &out, FlashSoundInfo &data) |
| std::istream & | operator>> (std::istream &in, FlashSoundInfo &data) |
|
|
|
|
|
|
|
|||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|||||||||||||||
|
|
|
|||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.9 written by Dimitri van Heesch,
© 1997-2001