Default Output Class providing both the Legacy I2S and the AudioTools I2S functionality.
More...
#include <BluetoothA2DPOutput.h>
|
bool | begin () |
|
void | end () override |
|
void | set_output (audio_tools::AudioOutput &output) override |
| Output AudioStream using AudioTools library.
|
|
void | set_output (audio_tools::AudioStream &output) override |
| Output AudioStream using AudioTools library.
|
|
void | set_output (Print &output) override |
| Output to Arduino Print.
|
|
void | set_output_active (bool active) override |
|
void | set_sample_rate (int rate) override |
|
size_t | write (const uint8_t *data, size_t len) |
|
Default Output Class providing both the Legacy I2S and the AudioTools I2S functionality.
- Author
- Phil Schatzmann
- Copyright
- Apache License Version 2
◆ begin()
bool BluetoothA2DPOutputDefault::begin |
( |
| ) |
|
|
inlinevirtual |
◆ end()
void BluetoothA2DPOutputDefault::end |
( |
| ) |
|
|
inlineoverridevirtual |
◆ set_output() [1/3]
void BluetoothA2DPOutputDefault::set_output |
( |
audio_tools::AudioOutput & |
output | ) |
|
|
inlineoverridevirtual |
◆ set_output() [2/3]
void BluetoothA2DPOutputDefault::set_output |
( |
audio_tools::AudioStream & |
output | ) |
|
|
inlineoverridevirtual |
◆ set_output() [3/3]
void BluetoothA2DPOutputDefault::set_output |
( |
Print & |
output | ) |
|
|
inlineoverridevirtual |
◆ set_output_active()
void BluetoothA2DPOutputDefault::set_output_active |
( |
bool |
active | ) |
|
|
inlineoverridevirtual |
◆ set_sample_rate()
void BluetoothA2DPOutputDefault::set_sample_rate |
( |
int |
rate | ) |
|
|
inlineoverridevirtual |
◆ write()
size_t BluetoothA2DPOutputDefault::write |
( |
const uint8_t * |
data, |
|
|
size_t |
len |
|
) |
| |
|
inlinevirtual |
The documentation for this class was generated from the following file: