◆ GetChannelCount()
virtual AZ::u32 MiniAudio::MiniAudioRequests::GetChannelCount |
( |
| ) |
const |
|
pure virtual |
- Returns
- the number of output channels for the sound engine
◆ GetGlobalVolume()
virtual float MiniAudio::MiniAudioRequests::GetGlobalVolume |
( |
| ) |
const |
|
pure virtual |
- Returns
- the current volume set for the whole sound engine
◆ SetGlobalVolume()
virtual void MiniAudio::MiniAudioRequests::SetGlobalVolume |
( |
float |
scale | ) |
|
|
pure virtual |
Sets the volume for the entire sound engine.
- Parameters
-
scale | 0 resulting in silence and anything above 1 resulting in amplification |
◆ SetGlobalVolumeInDecibels()
virtual void MiniAudio::MiniAudioRequests::SetGlobalVolumeInDecibels |
( |
float |
decibels | ) |
|
|
pure virtual |
Sets the volume for the entire sound engine using decibel scale.
- Parameters
-
The documentation for this class was generated from the following file:
- Gems/MiniAudio/Code/Include/MiniAudio/MiniAudioBus.h