ESPHome  2024.9.0
esphome::i2s_audio::I2SAudioIn Class Reference

#include <i2s_audio.h>

Inheritance diagram for esphome::i2s_audio::I2SAudioIn:
esphome::i2s_audio::I2SAudioBase esphome::Parented< I2SAudioComponent > esphome::i2s_audio::I2SAudioMicrophone

Additional Inherited Members

- Public Member Functions inherited from esphome::i2s_audio::I2SAudioBase
void set_i2s_mode (i2s_mode_t mode)
 
void set_channel (i2s_channel_fmt_t channel)
 
void set_sample_rate (uint32_t sample_rate)
 
void set_bits_per_sample (i2s_bits_per_sample_t bits_per_sample)
 
void set_bits_per_channel (i2s_bits_per_chan_t bits_per_channel)
 
void set_use_apll (uint32_t use_apll)
 
- Public Member Functions inherited from esphome::Parented< I2SAudioComponent >
 Parented ()
 
 Parented (I2SAudioComponent *parent)
 
I2SAudioComponent * get_parent () const
 Get the parent of this object. More...
 
void set_parent (I2SAudioComponent *parent)
 Set the parent of this object. More...
 
- Protected Attributes inherited from esphome::i2s_audio::I2SAudioBase
i2s_mode_t i2s_mode_ {}
 
i2s_channel_fmt_t channel_
 
uint32_t sample_rate_
 
i2s_bits_per_sample_t bits_per_sample_
 
i2s_bits_per_chan_t bits_per_channel_
 
bool use_apll_
 
- Protected Attributes inherited from esphome::Parented< I2SAudioComponent >
I2SAudioComponent * parent_
 

Detailed Description

Definition at line 32 of file i2s_audio.h.


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