ESPHome
2025.2.0
|
#include <audio_dac.h>
Public Member Functions | |
virtual bool | set_mute_off ()=0 |
virtual bool | set_mute_on ()=0 |
virtual bool | set_volume (float volume)=0 |
virtual bool | is_muted ()=0 |
virtual float | volume ()=0 |
Protected Attributes | |
bool | is_muted_ {false} |
Definition at line 9 of file audio_dac.h.
|
pure virtual |
Implemented in esphome::es8311::ES8311, esphome::aic3204::AIC3204, and esphome::es8156::ES8156.
|
pure virtual |
Implemented in esphome::aic3204::AIC3204, esphome::es8311::ES8311, and esphome::es8156::ES8156.
|
pure virtual |
Implemented in esphome::es8311::ES8311, esphome::aic3204::AIC3204, and esphome::es8156::ES8156.
|
pure virtual |
Implemented in esphome::aic3204::AIC3204, esphome::es8311::ES8311, and esphome::es8156::ES8156.
|
pure virtual |
Implemented in esphome::aic3204::AIC3204, esphome::es8311::ES8311, and esphome::es8156::ES8156.
|
protected |
Definition at line 19 of file audio_dac.h.