Legacy I2S Output Class.
More...
#include <BluetoothA2DPOutput.h>
|
bool | begin () override |
|
void | end () override |
|
virtual void | set_output (audio_tools::AudioOutput &output) |
| Not implemented.
|
|
virtual void | set_output (audio_tools::AudioStream &output) |
| Not implemented.
|
|
virtual void | set_output (Print &output) |
| Not implemented.
|
|
void | set_output_active (bool active) override |
|
void | set_sample_rate (int rate) override |
|
size_t | write (const uint8_t *data, size_t len) override |
|
Legacy I2S Output Class.
- Author
- Phil Schatzmann
- Copyright
- Apache License Version 2
◆ begin()
bool BluetoothA2DPOutputLegacy::begin |
( |
| ) |
|
|
overridevirtual |
◆ end()
void BluetoothA2DPOutputLegacy::end |
( |
| ) |
|
|
overridevirtual |
◆ set_output() [1/3]
virtual void BluetoothA2DPOutput::set_output |
( |
audio_tools::AudioOutput & |
output | ) |
|
|
inlinevirtualinherited |
◆ set_output() [2/3]
virtual void BluetoothA2DPOutput::set_output |
( |
audio_tools::AudioStream & |
output | ) |
|
|
inlinevirtualinherited |
◆ set_output() [3/3]
virtual void BluetoothA2DPOutput::set_output |
( |
Print & |
output | ) |
|
|
inlinevirtualinherited |
◆ set_output_active()
void BluetoothA2DPOutputLegacy::set_output_active |
( |
bool |
active | ) |
|
|
overridevirtual |
◆ set_sample_rate()
void BluetoothA2DPOutputLegacy::set_sample_rate |
( |
int |
rate | ) |
|
|
overridevirtual |
◆ write()
size_t BluetoothA2DPOutputLegacy::write |
( |
const uint8_t * |
data, |
|
|
size_t |
len |
|
) |
| |
|
overridevirtual |
The documentation for this class was generated from the following file: