#include "orxInclude.h"#include "sound/orxSound.h"#include "object/orxStructure.h"Go to the source code of this file.
Defines | |
| #define | orxSOUNDPOINTER_KU32_SOUND_NUMBER 4 |
Typedefs | |
| typedef struct __orxSOUNDPOINTER_t | orxSOUNDPOINTER |
Functions | |
| orxDLLAPI orxSTATUS orxFASTCALL | orxSoundPointer_AddSound (orxSOUNDPOINTER *_pstSoundPointer, orxSOUND *_pstSound) |
| orxDLLAPI orxSTATUS orxFASTCALL | orxSoundPointer_AddSoundFromConfig (orxSOUNDPOINTER *_pstSoundPointer, const orxSTRING _zSoundConfigID) |
| orxDLLAPI orxSOUNDPOINTER *orxFASTCALL | orxSoundPointer_Create (const orxSTRUCTURE *_pstOwner) |
| orxDLLAPI orxSTATUS orxFASTCALL | orxSoundPointer_Delete (orxSOUNDPOINTER *_pstSoundPointer) |
| orxDLLAPI void orxFASTCALL | orxSoundPointer_Enable (orxSOUNDPOINTER *_pstSoundPointer, orxBOOL _bEnable) |
| orxDLLAPI void orxFASTCALL | orxSoundPointer_Exit () |
| orxDLLAPI orxSOUND *orxFASTCALL | orxSoundPointer_GetLastAddedSound (const orxSOUNDPOINTER *_pstSoundPointer) |
| orxDLLAPI orxSTRUCTURE *orxFASTCALL | orxSoundPointer_GetOwner (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_RemoveSound (orxSOUNDPOINTER *_pstSoundPointer, orxSOUND *_pstSound) |
| orxDLLAPI orxSTATUS orxFASTCALL | orxSoundPointer_RemoveSoundFromConfig (orxSOUNDPOINTER *_pstSoundPointer, const orxSTRING _zSoundConfigID) |
| orxDLLAPI void orxFASTCALL | orxSoundPointer_Setup () |
| orxDLLAPI orxSTATUS orxFASTCALL | orxSoundPointer_Stop (orxSOUNDPOINTER *_pstSoundPointer) |
Definition in file orxSoundPointer.h.
1.5.6