|
orxDLLAPI orxSOUNDSYSTEM_SOUND *orxFASTCALL | orxSoundSystem_CreateFromSample (const orxSOUNDSYSTEM_SAMPLE *_pstSample) |
|
orxDLLAPI orxSOUNDSYSTEM_SAMPLE *orxFASTCALL | orxSoundSystem_CreateSample (orxU32 _u32ChannelNumber, orxU32 _u32FrameNumber, orxU32 _u32SampleRate) |
|
orxDLLAPI orxSOUNDSYSTEM_SOUND *orxFASTCALL | orxSoundSystem_CreateStream (orxU32 _u32ChannelNumber, orxU32 _u32SampleRate, const orxSTRING _zReference) |
|
orxDLLAPI orxSOUNDSYSTEM_SOUND *orxFASTCALL | orxSoundSystem_CreateStreamFromFile (const orxSTRING _zFilename, const orxSTRING _zReference) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxSoundSystem_Delete (orxSOUNDSYSTEM_SOUND *_pstSound) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxSoundSystem_DeleteSample (orxSOUNDSYSTEM_SAMPLE *_pstSample) |
|
orxDLLAPI void orxFASTCALL | orxSoundSystem_Exit () |
|
orxDLLAPI orxFLOAT orxFASTCALL | orxSoundSystem_GetAttenuation (const orxSOUNDSYSTEM_SOUND *_pstSound) |
|
orxDLLAPI orxFLOAT orxFASTCALL | orxSoundSystem_GetDuration (const orxSOUNDSYSTEM_SOUND *_pstSound) |
|
orxDLLAPI orxFLOAT orxFASTCALL | orxSoundSystem_GetGlobalVolume () |
|
orxDLLAPI orxVECTOR *orxFASTCALL | orxSoundSystem_GetListenerPosition (orxVECTOR *_pvPosition) |
|
orxDLLAPI orxFLOAT orxFASTCALL | orxSoundSystem_GetPitch (const orxSOUNDSYSTEM_SOUND *_pstSound) |
|
orxDLLAPI orxVECTOR *orxFASTCALL | orxSoundSystem_GetPosition (const orxSOUNDSYSTEM_SOUND *_pstSound, orxVECTOR *_pvPosition) |
|
orxDLLAPI orxFLOAT orxFASTCALL | orxSoundSystem_GetReferenceDistance (const orxSOUNDSYSTEM_SOUND *_pstSound) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxSoundSystem_GetSampleInfo (const orxSOUNDSYSTEM_SAMPLE *_pstSample, orxU32 *_pu32ChannelNumber, orxU32 *_pu32FrameNumber, orxU32 *_pu32SampleRate) |
|
orxDLLAPI orxSOUNDSYSTEM_STATUS orxFASTCALL | orxSoundSystem_GetStatus (const orxSOUNDSYSTEM_SOUND *_pstSound) |
|
orxDLLAPI orxFLOAT orxFASTCALL | orxSoundSystem_GetTime (const orxSOUNDSYSTEM_SOUND *_pstSound) |
|
orxDLLAPI orxFLOAT orxFASTCALL | orxSoundSystem_GetVolume (const orxSOUNDSYSTEM_SOUND *_pstSound) |
|
orxDLLAPI orxBOOL orxFASTCALL | orxSoundSystem_HasRecordingSupport () |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxSoundSystem_Init () |
|
orxDLLAPI orxBOOL orxFASTCALL | orxSoundSystem_IsLooping (const orxSOUNDSYSTEM_SOUND *_pstSound) |
|
orxDLLAPI orxSOUNDSYSTEM_SAMPLE *orxFASTCALL | orxSoundSystem_LoadSample (const orxSTRING _zFilename) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxSoundSystem_Loop (orxSOUNDSYSTEM_SOUND *_pstSound, orxBOOL _bLoop) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxSoundSystem_Pause (orxSOUNDSYSTEM_SOUND *_pstSound) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxSoundSystem_Play (orxSOUNDSYSTEM_SOUND *_pstSound) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxSoundSystem_SetAttenuation (orxSOUNDSYSTEM_SOUND *_pstSound, orxFLOAT _fAttenuation) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxSoundSystem_SetGlobalVolume (orxFLOAT _fGlobalVolume) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxSoundSystem_SetListenerPosition (const orxVECTOR *_pvPosition) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxSoundSystem_SetPitch (orxSOUNDSYSTEM_SOUND *_pstSound, orxFLOAT _fPitch) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxSoundSystem_SetPosition (orxSOUNDSYSTEM_SOUND *_pstSound, const orxVECTOR *_pvPosition) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxSoundSystem_SetReferenceDistance (orxSOUNDSYSTEM_SOUND *_pstSound, orxFLOAT _fDistance) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxSoundSystem_SetSampleData (orxSOUNDSYSTEM_SAMPLE *_pstSample, const orxS16 *_as16Data, orxU32 _u32SampleNumber) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxSoundSystem_SetTime (orxSOUNDSYSTEM_SOUND *_pstSound, orxFLOAT _fTime) |
|
orxDLLAPI void orxFASTCALL | orxSoundSystem_Setup () |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxSoundSystem_SetVolume (orxSOUNDSYSTEM_SOUND *_pstSound, orxFLOAT _fVolume) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxSoundSystem_StartRecording (const orxCHAR *_zName, orxBOOL _bWriteToFile, orxU32 _u32SampleRate, orxU32 _u32ChannelNumber) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxSoundSystem_Stop (orxSOUNDSYSTEM_SOUND *_pstSound) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxSoundSystem_StopRecording () |
|