Abstract class for handling of the volume of the audio data.
More...
#include <A2DPVolumeControl.h>
|
int32_t | get_volume_factor () |
|
int32_t | get_volume_factor_max () |
|
void | set_enabled (bool enabled) |
|
void | set_mono_downmix (bool enabled) |
|
virtual void | set_volume (uint8_t volume)=0 |
|
virtual void | update_audio_data (Frame *data, uint16_t frameCount) |
|
|
bool | is_volume_used = false |
|
bool | mono_downmix = false |
|
int32_t | volumeFactor |
|
int32_t | volumeFactorMax |
|
Abstract class for handling of the volume of the audio data.
- Author
- Phil Schatzmann
- Copyright
- Apache License Version 2
The documentation for this class was generated from the following file: