Arduino A2DP
Public Member Functions | Protected Attributes | List of all members
BluetoothA2DPOutputDefault Class Reference

Default Output Class providing both the Legacy I2S and the AudioTools I2S functionality. More...

#include <BluetoothA2DPOutput.h>

Inheritance diagram for BluetoothA2DPOutputDefault:
BluetoothA2DPOutput

Public Member Functions

bool begin ()
 
size_t write (const uint8_t *data, size_t len)
 
void end () override
 
void set_sample_rate (int rate) override
 
void set_output_active (bool active) override
 
void set_output (AudioOutput &output) override
 Output AudioStream using AudioTools library.
 
void set_output (AudioStream &output) override
 Output AudioStream using AudioTools library.
 
void set_output (Print &output) override
 Output to Arduino Print.
 

Protected Attributes

BluetoothA2DPOutputAudioTools out_tools
 
BluetoothA2DPOutputLegacy out_legacy
 

Detailed Description

Default Output Class providing both the Legacy I2S and the AudioTools I2S functionality.

Author
Phil Schatzmann

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