orx  1.14
Portable Game Engine
orxSoundPointer.h File Reference
#include "orxInclude.h"
#include "object/orxStructure.h"
#include "sound/orxSound.h"

Go to the source code of this file.

Macros

#define orxSOUNDPOINTER_KU32_SOUND_NUMBER   4
 

Typedefs

typedef struct __orxSOUNDPOINTER_t orxSOUNDPOINTER
 

Functions

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)
 

Detailed Description


Generated for orx by doxygen 1.8.11