class methods
- OpenALObject()
- ~OpenALObject()
- GetEffectPosition()
- Initialize()
- LoadEffect()
- PauseEffect()
- PrimeEffect()
- SetEffectLocation()
- SetEffectPitch()
- SetEffectPosition()
- SetEffectVolume()
- SetEffectsVolume()
- SetListenerGain()
- SetListenerPosition()
- SetListenerVelocity()
- SetLooping()
- SetMaxDistance()
- SetReferenceDistance()
- StartEffect()
- StopEffect()
- Teardown()
- UnloadEffect()
- UpdateGain()
- checkToRelease()
- clearSources()
- getEffectLength()
SetEffectLocation(...)
OSStatus OpenALObject::SetEffectLocation(ALuint sourceID, Float32 inX, Float32 inY, Float32 inZ)
SetListenerPosition(...)
OSStatus OpenALObject::SetListenerPosition(Float32 inX, Float32 inY, Float32 inZ)
SetListenerVelocity(...)
OSStatus OpenALObject::SetListenerVelocity(Float32 inX, Float32 inY, Float32 inZ)
Last updated Saturday, 17 August 2024 20:45:35 UTC - 99bfb4fd7929e233b87b05758efc36f91505592e
If you have any doubt about the usage of this module you can ask in the forum.
If you want to contribute better documentation or start documenting this section you can do so here
If you find anything wrong with this docs you can report any error by opening an issue