AudioΒΆ
- EffectProcessor
- Export
- Listener
sfListener_setGlobalVolume()
sfListener_getGlobalVolume()
sfListener_setPosition()
sfListener_getPosition()
sfListener_setDirection()
sfListener_getDirection()
sfListener_setVelocity()
sfListener_getVelocity()
sfListener_setCone()
sfListener_getCone()
sfListener_setUpVector()
sfListener_getUpVector()
sfListenerCone
- Music
sfMusic_createFromFile()
sfMusic_createFromMemory()
sfMusic_createFromStream()
sfMusic_destroy()
sfMusic_setLooping()
sfMusic_isLooping()
sfMusic_setEffectProcessor()
sfMusic_getDuration()
sfMusic_getLoopPoints()
sfMusic_setLoopPoints()
sfMusic_play()
sfMusic_pause()
sfMusic_stop()
sfMusic_getChannelCount()
sfMusic_getSampleRate()
sfMusic_getChannelMap()
sfMusic_getStatus()
sfMusic_getPlayingOffset()
sfMusic_setPitch()
sfMusic_setPan()
sfMusic_setVolume()
sfMusic_setSpatializationEnabled()
sfMusic_setPosition()
sfMusic_setDirection()
sfMusic_setCone()
sfMusic_setVelocity()
sfMusic_setDopplerFactor()
sfMusic_setDirectionalAttenuationFactor()
sfMusic_setRelativeToListener()
sfMusic_setMinDistance()
sfMusic_setMaxDistance()
sfMusic_setMinGain()
sfMusic_setMaxGain()
sfMusic_setAttenuation()
sfMusic_setPlayingOffset()
sfMusic_getPitch()
sfMusic_getPan()
sfMusic_isSpatializationEnabled()
sfMusic_getVolume()
sfMusic_getPosition()
sfMusic_getDirection()
sfMusic_getCone()
sfMusic_getVelocity()
sfMusic_getDopplerFactor()
sfMusic_getDirectionalAttenuationFactor()
sfMusic_isRelativeToListener()
sfMusic_getMinDistance()
sfMusic_getMaxDistance()
sfMusic_getMinGain()
sfMusic_getMaxGain()
sfMusic_getAttenuation()
sfTimeSpan
- Sound
sfSound_create()
sfSound_copy()
sfSound_destroy()
sfSound_play()
sfSound_pause()
sfSound_stop()
sfSound_setBuffer()
sfSound_getBuffer()
sfSound_setLooping()
sfSound_isLooping()
sfSound_getStatus()
sfSound_setPitch()
sfSound_setPan()
sfSound_setVolume()
sfSound_setSpatializationEnabled()
sfSound_setPosition()
sfSound_setDirection()
sfSound_setCone()
sfSound_setVelocity()
sfSound_setDopplerFactor()
sfSound_setDirectionalAttenuationFactor()
sfSound_setRelativeToListener()
sfSound_setMinDistance()
sfSound_setMaxDistance()
sfSound_setMinGain()
sfSound_setMaxGain()
sfSound_setAttenuation()
sfSound_setPlayingOffset()
sfSound_setEffectProcessor()
sfSound_getPitch()
sfSound_getPan()
sfSound_getVolume()
sfSound_isSpatializationEnabled()
sfSound_getPosition()
sfSound_getDirection()
sfSound_getCone()
sfSound_getVelocity()
sfSound_getDopplerFactor()
sfSound_getDirectionalAttenuationFactor()
sfSound_isRelativeToListener()
sfSound_getMinDistance()
sfSound_getMaxDistance()
sfSound_getMinGain()
sfSound_getMaxGain()
sfSound_getAttenuation()
sfSound_getPlayingOffset()
- SoundBuffer
sfSoundBuffer_createFromFile()
sfSoundBuffer_createFromMemory()
sfSoundBuffer_createFromStream()
sfSoundBuffer_createFromSamples()
sfSoundBuffer_copy()
sfSoundBuffer_destroy()
sfSoundBuffer_saveToFile()
sfSoundBuffer_getSamples()
sfSoundBuffer_getSampleCount()
sfSoundBuffer_getSampleRate()
sfSoundBuffer_getChannelCount()
sfSoundBuffer_getChannelMap()
sfSoundBuffer_getDuration()
- SoundBufferRecorder
sfSoundBufferRecorder_create()
sfSoundBufferRecorder_destroy()
sfSoundBufferRecorder_start()
sfSoundBufferRecorder_stop()
sfSoundBufferRecorder_getSampleRate()
sfSoundBufferRecorder_getBuffer()
sfSoundBufferRecorder_setDevice()
sfSoundBufferRecorder_getDevice()
sfSoundBufferRecorder_setChannelCount()
sfSoundBufferRecorder_getChannelCount()
- SoundChannel
sfSoundChannel
sfSoundChannelUnspecified
sfSoundChannelMono
sfSoundChannelFrontLeft
sfSoundChannelFrontRight
sfSoundChannelFrontCenter
sfSoundChannelFrontLeftOfCenter
sfSoundChannelFrontRightOfCenter
sfSoundChannelLowFrequencyEffects
sfSoundChannelBackLeft
sfSoundChannelBackRight
sfSoundChannelBackCenter
sfSoundChannelSideLeft
sfSoundChannelSideRight
sfSoundChannelTopCenter
sfSoundChannelTopFrontLeft
sfSoundChannelTopFrontRight
sfSoundChannelTopFrontCenter
sfSoundChannelTopBackLeft
sfSoundChannelTopBackRight
sfSoundChannelTopBackCenter
- SoundRecorder
sfSoundRecorderStartCallback
sfSoundRecorderProcessCallback
sfSoundRecorderStopCallback
sfSoundRecorder_create()
sfSoundRecorder_destroy()
sfSoundRecorder_start()
sfSoundRecorder_stop()
sfSoundRecorder_getSampleRate()
sfSoundRecorder_isAvailable()
sfSoundRecorder_getAvailableDevices()
sfSoundRecorder_getDefaultDevice()
sfSoundRecorder_setDevice()
sfSoundRecorder_getDevice()
sfSoundRecorder_setChannelCount()
sfSoundRecorder_getChannelCount()
sfSoundRecorder_getChannelMap()
- SoundSourceCone
- SoundStatus
- SoundStream
sfSoundStreamGetDataCallback
sfSoundStreamSeekCallback
sfSoundStream_create()
sfSoundStream_destroy()
sfSoundStream_play()
sfSoundStream_pause()
sfSoundStream_stop()
sfSoundStream_getStatus()
sfSoundStream_getChannelCount()
sfSoundStream_getSampleRate()
sfSoundStream_getChannelMap()
sfSoundStream_setPitch()
sfSoundStream_setPan()
sfSoundStream_setVolume()
sfSoundStream_setSpatializationEnabled()
sfSoundStream_setPosition()
sfSoundStream_setDirection()
sfSoundStream_setCone()
sfSoundStream_setVelocity()
sfSoundStream_setDopplerFactor()
sfSoundStream_setDirectionalAttenuationFactor()
sfSoundStream_setRelativeToListener()
sfSoundStream_setMinDistance()
sfSoundStream_setMaxDistance()
sfSoundStream_setMinGain()
sfSoundStream_setMaxGain()
sfSoundStream_setAttenuation()
sfSoundStream_setPlayingOffset()
sfSoundStream_setLooping()
sfSoundStream_getPitch()
sfSoundStream_getPan()
sfSoundStream_getVolume()
sfSoundStream_isSpatializationEnabled()
sfSoundStream_getPosition()
sfSoundStream_getDirection()
sfSoundStream_getCone()
sfSoundStream_getVelocity()
sfSoundStream_getDopplerFactor()
sfSoundStream_getDirectionalAttenuationFactor()
sfSoundStream_isRelativeToListener()
sfSoundStream_getMinDistance()
sfSoundStream_getMaxDistance()
sfSoundStream_getMinGain()
sfSoundStream_getMaxGain()
sfSoundStream_getAttenuation()
sfSoundStream_isLooping()
sfSoundStream_setEffectProcessor()
sfSoundStream_getPlayingOffset()
sfSoundStreamChunk
- Types