|
orxDLLAPI orxSTATUS orxFASTCALL | orxSoundPointer_AddFilter (orxSOUNDPOINTER *_pstSoundPointer, const orxSOUND_FILTER_DATA *_pstFilterData, orxBOOL _bUseCustomParam) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxSoundPointer_AddFilterFromConfig (orxSOUNDPOINTER *_pstSoundPointer, const orxSTRING _zFilterConfigID) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxSoundPointer_AddSound (orxSOUNDPOINTER *_pstSoundPointer, orxSOUND *_pstSound) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxSoundPointer_AddSoundFromConfig (orxSOUNDPOINTER *_pstSoundPointer, const orxSTRING _zSoundConfigID) |
|
orxDLLAPI orxSOUNDPOINTER *orxFASTCALL | orxSoundPointer_Create () |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxSoundPointer_Delete (orxSOUNDPOINTER *_pstSoundPointer) |
|
orxDLLAPI void orxFASTCALL | orxSoundPointer_Enable (orxSOUNDPOINTER *_pstSoundPointer, orxBOOL _bEnable) |
|
orxDLLAPI void orxFASTCALL | orxSoundPointer_Exit () |
|
orxDLLAPI orxU32 orxFASTCALL | orxSoundPointer_GetCount (const orxSOUNDPOINTER *_pstSoundPointer) |
|
orxDLLAPI orxSOUND *orxFASTCALL | orxSoundPointer_GetLastAddedSound (const orxSOUNDPOINTER *_pstSoundPointer) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxSoundPointer_Init () |
|
orxDLLAPI orxBOOL orxFASTCALL | orxSoundPointer_IsEnabled (const orxSOUNDPOINTER *_pstSoundPointer) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxSoundPointer_Pause (orxSOUNDPOINTER *_pstSoundPointer) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxSoundPointer_Play (orxSOUNDPOINTER *_pstSoundPointer) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxSoundPointer_RemoveAllFilters (orxSOUNDPOINTER *_pstSoundPointer) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxSoundPointer_RemoveAllSounds (orxSOUNDPOINTER *_pstSoundPointer) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxSoundPointer_RemoveLastFilter (orxSOUNDPOINTER *_pstSoundPointer) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxSoundPointer_RemoveSound (orxSOUNDPOINTER *_pstSoundPointer, orxSOUND *_pstSound) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxSoundPointer_RemoveSoundFromConfig (orxSOUNDPOINTER *_pstSoundPointer, const orxSTRING _zSoundConfigID) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxSoundPointer_SetPanning (orxSOUNDPOINTER *_pstSoundPointer, orxFLOAT _fPanning, orxBOOL _bMix) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxSoundPointer_SetPitch (orxSOUNDPOINTER *_pstSoundPointer, orxFLOAT _fPitch) |
|
orxDLLAPI void orxFASTCALL | orxSoundPointer_Setup () |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxSoundPointer_SetVolume (orxSOUNDPOINTER *_pstSoundPointer, orxFLOAT _fVolume) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxSoundPointer_Stop (orxSOUNDPOINTER *_pstSoundPointer) |
|