Arduino A2DP
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Public Member Functions | List of all members
VolumeControl Class Referenceabstract

Abstract class for handling of the volume of the audio data. More...

#include <VolumeControl.h>

Inheritance diagram for VolumeControl:
DefaultVolumeControl LinearVolumeControl NoVolumeControl SimpleExponentialVolumeControl

Public Member Functions

virtual void update_audio_data (Frame *data, uint16_t frameCount, uint8_t volume, bool mono_downmix, bool is_volume_used)
 
virtual int32_t get_volume_factor (uint8_t volume)=0
 
virtual int32_t get_volume_factor_max ()
 

Detailed Description

Abstract class for handling of the volume of the audio data.

Author
Phil Schatzmann

The documentation for this class was generated from the following file: