ESPHome
2025.2.0
|
Data Structures | |
class | AudioPipeline |
class | FinishAction |
struct | InfoErrorEvent |
class | IsPlayingCondition |
class | IsStoppedCondition |
struct | MediaCallCommand |
class | MuteOffAction |
class | MuteOnAction |
class | PlayAction |
struct | PlaylistItem |
class | PlayOnDeviceMediaAction |
class | Speaker |
class | SpeakerMediaPlayer |
class | StopAction |
struct | VolumeRestoreState |
class | VolumeSetAction |
|
strong |
Enumerator | |
---|---|
STARTING_FILE | |
STARTING_URL | |
PLAYING | |
STOPPING | |
STOPPED | |
PAUSED | |
ERROR_READING | |
ERROR_DECODING |
Definition at line 29 of file audio_pipeline.h.
|
strong |
Enumerator | |
---|---|
MEDIA | |
ANNOUNCEMENT |
Definition at line 24 of file audio_pipeline.h.
|
strong |
Enumerator | |
---|---|
FAILED_HEADER | |
INCOMPATIBLE_BITS_PER_SAMPLE | |
INCOMPATIBLE_CHANNELS |
Definition at line 45 of file audio_pipeline.h.
enum esphome::speaker::EventGroupBits : uint32_t |
Definition at line 22 of file audio_pipeline.cpp.
|
strong |
Enumerator | |
---|---|
READER | |
DECODER |
Definition at line 40 of file audio_pipeline.h.
enum esphome::speaker::State : uint8_t |