|
|
| CBofSound (void *pWnd, const char *pszPathName, uint16 wFlags, int nLoops=1) |
| |
|
void | addToSoundChain () |
| |
|
void | initialize (const char *pszPathName, uint16 wFlags) |
| |
|
void | initialize (void *pWnd, const char *pszPathName, uint16 wFlags) |
| |
|
void | setDrivePath (const char *path) |
| |
|
bool | midiLoopPlaySegment (uint32 LoopBegin, uint32 LoopEnd=0L, uint32 FirstPassBegin=0L, uint32 TimeFmt=1) |
| |
|
bool | play (uint32 StartOfPlay=0L, uint32 TimeFmtFlag=1) |
| |
|
bool | pause () |
| |
|
bool | resume () |
| |
|
void | stop () |
| |
|
CBofSound * | getNext () |
| |
|
CBofSound * | getPrev () |
| |
|
char * | getFileName () |
| |
|
void | setFlags (uint16 wFlags) |
| |
|
uint16 | getFlags () |
| |
|
bool | playing () |
| |
|
bool | isPlaying () |
| |
|
bool | isQueued () |
| |
|
bool | paused () |
| |
|
void | setQSlot (int nSlot) |
| |
|
int | getQSlot () |
| |
|
void | setVolume (int nVol) |
| |
|
int | getVolume () |
| |
|
ErrorCode | playWAV () |
| |
| void | reportError (ErrorCode errCode, const char *format,...) |
| |
|
bool | errorOccurred () const |
| |
|
ErrorCode | getErrorCode () const |
| |
|
void | clearError () |
| |
|
virtual void | DeleteObject () |
| |
| | CLList () |
| |
| | CLList (void *pObj) |
| |
| virtual | ~CLList () |
| |
| void | Insert (CLList *pNewList) |
| |
| void | Delete () |
| |
| void | addToHead (CLList *pNewList) |
| |
| void | addToTail (CLList *pNewList) |
| |
| void | MoveToHead () |
| |
| void | MoveToTail () |
| |
| void | MoveLeft () |
| |
| void | MoveRight () |
| |
| CLList * | getHead () |
| |
| CLList * | getTail () |
| |
|
CLList * | getPrev () const |
| |
|
CLList * | getNext () const |
| |
|
void * | getData () const |
| |
|
void | PutData (void *pObj) |
| |
| void | FlushList () |
| |
|
|
static void | initialize () |
| |
|
static void | shutdown () |
| |
|
static void | setVolume (int MidiVolume, int WaveVolume) |
| |
|
static bool | soundPlaying () |
| |
|
static bool | waveSoundPlaying () |
| |
|
static bool | midiSoundPlaying () |
| |
|
static bool | soundsPlayingNotOver () |
| |
|
static void | setQVol (int nSlot, int nVol) |
| |
|
static ErrorCode | flushQueue (int nSlot) |
| |
|
static void | resetQVolumes () |
| |
|
static bool | pauseSounds () |
| |
|
static bool | resumeSounds () |
| |
|
static void | stopSounds () |
| |
|
static void | stopWaveSounds () |
| |
|
static void | stopMidiSounds () |
| |
|
static void | clearSounds () |
| |
|
static void | clearWaveSounds () |
| |
|
static void | clearMidiSounds () |
| |
|
static void | waitSounds () |
| |
|
static void | waitWaveSounds () |
| |
|
static void | waitMidiSounds () |
| |
|
static bool | handleMessages () |
| |
|
static bool | bofSleep (uint32 dwTime) |
| |
|
static void | audioTask () |
| |
|
static bool | soundsPlaying () |
| |
|
static bool | MidiAvailable () |
| |
|
static bool | SoundAvailable () |
| |
|
static bool | SoundVolumeAvailable () |
| |
|
static bool | MidiVolumeAvailable () |
| |
|
static CBofSound * | OnMCIStopped (WPARAM wParam, LPARAM lParam) |
| |
|
static CBofSound * | OnMMIOStopped (WPARAM wParam, LPARAM lParam) |
| |
| static void | fatalError (ErrorCode errCode, const char *format,...) |
| |
|
static void | initialize () |
| |
|
static int | getErrorCount () |
| |
|
static bool | isValidObject (const CBofObject *pObject) |
| |
The documentation for this class was generated from the following file: