2009-01-29 00:18:34 +08:00
|
|
|
LIBRARY csfml-audio
|
|
|
|
EXPORTS
|
|
|
|
sfListener_SetGlobalVolume
|
|
|
|
sfListener_GetGlobalVolume
|
|
|
|
sfListener_SetPosition
|
|
|
|
sfListener_GetPosition
|
2009-10-21 15:37:56 +08:00
|
|
|
sfListener_SetDirection
|
|
|
|
sfListener_GetDirection
|
2009-01-29 00:18:34 +08:00
|
|
|
sfMusic_CreateFromFile
|
|
|
|
sfMusic_CreateFromMemory
|
|
|
|
sfMusic_Destroy
|
|
|
|
sfMusic_SetLoop
|
|
|
|
sfMusic_GetLoop
|
|
|
|
sfMusic_GetDuration
|
|
|
|
sfMusic_Play
|
|
|
|
sfMusic_Pause
|
|
|
|
sfMusic_Stop
|
|
|
|
sfMusic_GetChannelsCount
|
|
|
|
sfMusic_GetSampleRate
|
|
|
|
sfMusic_GetStatus
|
|
|
|
sfMusic_SetPitch
|
|
|
|
sfMusic_SetVolume
|
|
|
|
sfMusic_SetPosition
|
2009-03-23 02:36:03 +08:00
|
|
|
sfMusic_SetRelativeToListener
|
2009-01-29 00:18:34 +08:00
|
|
|
sfMusic_SetMinDistance
|
|
|
|
sfMusic_SetAttenuation
|
2009-04-11 06:50:08 +08:00
|
|
|
sfMusic_SetPlayingOffset
|
2009-01-29 00:18:34 +08:00
|
|
|
sfMusic_GetPitch
|
|
|
|
sfMusic_GetVolume
|
|
|
|
sfMusic_GetPosition
|
2009-03-23 02:36:03 +08:00
|
|
|
sfMusic_IsRelativeToListener
|
2009-01-29 00:18:34 +08:00
|
|
|
sfMusic_GetMinDistance
|
|
|
|
sfMusic_GetAttenuation
|
|
|
|
sfMusic_GetPlayingOffset
|
|
|
|
sfSound_Create
|
|
|
|
sfSound_Destroy
|
|
|
|
sfSound_Play
|
|
|
|
sfSound_Pause
|
|
|
|
sfSound_Stop
|
|
|
|
sfSound_SetBuffer
|
|
|
|
sfSound_GetBuffer
|
|
|
|
sfSound_SetLoop
|
|
|
|
sfSound_GetLoop
|
|
|
|
sfSound_GetStatus
|
|
|
|
sfSound_SetPitch
|
|
|
|
sfSound_SetVolume
|
|
|
|
sfSound_SetPosition
|
2009-03-23 02:36:03 +08:00
|
|
|
sfSound_SetRelativeToListener
|
2009-01-29 00:18:34 +08:00
|
|
|
sfSound_SetMinDistance
|
|
|
|
sfSound_SetAttenuation
|
|
|
|
sfSound_SetPlayingOffset
|
|
|
|
sfSound_GetPitch
|
|
|
|
sfSound_GetVolume
|
|
|
|
sfSound_GetPosition
|
2009-03-23 02:36:03 +08:00
|
|
|
sfSound_IsRelativeToListener
|
2009-01-29 00:18:34 +08:00
|
|
|
sfSound_GetPlayingOffset
|
|
|
|
sfSound_GetMinDistance
|
|
|
|
sfSound_GetAttenuation
|
|
|
|
sfSoundBuffer_CreateFromFile
|
|
|
|
sfSoundBuffer_CreateFromMemory
|
|
|
|
sfSoundBuffer_CreateFromSamples
|
|
|
|
sfSoundBuffer_Destroy
|
|
|
|
sfSoundBuffer_SaveToFile
|
|
|
|
sfSoundBuffer_GetSamples
|
|
|
|
sfSoundBuffer_GetSamplesCount
|
|
|
|
sfSoundBuffer_GetSampleRate
|
|
|
|
sfSoundBuffer_GetChannelsCount
|
|
|
|
sfSoundBuffer_GetDuration
|
|
|
|
sfSoundBufferRecorder_Create
|
|
|
|
sfSoundBufferRecorder_Destroy
|
|
|
|
sfSoundBufferRecorder_Start
|
|
|
|
sfSoundBufferRecorder_Stop
|
|
|
|
sfSoundBufferRecorder_GetSampleRate
|
|
|
|
sfSoundBufferRecorder_GetBuffer
|
|
|
|
sfSoundRecorder_Create
|
|
|
|
sfSoundRecorder_Destroy
|
|
|
|
sfSoundRecorder_Start
|
|
|
|
sfSoundRecorder_Stop
|
|
|
|
sfSoundRecorder_GetSampleRate
|
|
|
|
sfSoundRecorder_CanCapture
|
|
|
|
sfSoundStream_Create
|
|
|
|
sfSoundStream_Destroy
|
|
|
|
sfSoundStream_Play
|
|
|
|
sfSoundStream_Pause
|
|
|
|
sfSoundStream_Stop
|
|
|
|
sfSoundStream_GetStatus
|
|
|
|
sfSoundStream_GetChannelsCount
|
|
|
|
sfSoundStream_GetSampleRate
|
|
|
|
sfSoundStream_SetPitch
|
|
|
|
sfSoundStream_SetVolume
|
|
|
|
sfSoundStream_SetPosition
|
2009-03-23 02:36:03 +08:00
|
|
|
sfSoundStream_SetRelativeToListener
|
2009-01-29 00:18:34 +08:00
|
|
|
sfSoundStream_SetMinDistance
|
|
|
|
sfSoundStream_SetAttenuation
|
2009-04-11 06:50:08 +08:00
|
|
|
sfSoundStream_SetPlayingOffset
|
2009-01-29 00:18:34 +08:00
|
|
|
sfSoundStream_SetLoop
|
|
|
|
sfSoundStream_GetPitch
|
|
|
|
sfSoundStream_GetVolume
|
|
|
|
sfSoundStream_GetPosition
|
2009-03-23 02:36:03 +08:00
|
|
|
sfSoundStream_IsRelativeToListener
|
2009-01-29 00:18:34 +08:00
|
|
|
sfSoundStream_GetMinDistance
|
|
|
|
sfSoundStream_GetAttenuation
|
|
|
|
sfSoundStream_GetLoop
|
|
|
|
sfSoundStream_GetPlayingOffset
|