arduino-audio-tools
|
Supports the setting and getting of the volume. More...
#include <AudioTypes.h>
Public Member Functions | |
virtual bool | setVolume (float volume) |
define the actual volume in the range of 0.0f to 1.0f | |
virtual float | volume () |
provides the actual volume in the range of 0.0f to 1.0f | |
Protected Attributes | |
float | volume_value = 1.0f |
Supports the setting and getting of the volume.
|
inlinevirtual |
define the actual volume in the range of 0.0f to 1.0f
Reimplemented in Maximilian, I2SCodecStream, VS1053Stream, VolumeStream, A2DPStream, and AudioPlayer.
|
inlinevirtual |
provides the actual volume in the range of 0.0f to 1.0f
Reimplemented in I2SCodecStream, VS1053Stream, AudioPlayer, and VolumeStream.