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 金曜日, 15 9月 2023 21:22:02 UTC - 89b7d17faa77e847b7de814f7dcea89eeca38653
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