|
ESPHome 2025.12.0-dev
|
#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::aic3204::AIC3204, esphome::es8156::ES8156, and esphome::es8311::ES8311.
|
pure virtual |
Implemented in esphome::aic3204::AIC3204, esphome::es8156::ES8156, and esphome::es8311::ES8311.
|
pure virtual |
Implemented in esphome::aic3204::AIC3204, esphome::es8156::ES8156, and esphome::es8311::ES8311.
|
pure virtual |
Implemented in esphome::aic3204::AIC3204, esphome::es8156::ES8156, and esphome::es8311::ES8311.
|
pure virtual |
Implemented in esphome::aic3204::AIC3204, esphome::es8156::ES8156, and esphome::es8311::ES8311.
|
protected |
Definition at line 19 of file audio_dac.h.