Arduino A2DP
Public Member Functions | List of all members
BluetoothA2DPOutput Class Referenceabstract

Abstract Output Class. More...

#include <BluetoothA2DPOutput.h>

Inheritance diagram for BluetoothA2DPOutput:
BluetoothA2DPOutputAudioTools BluetoothA2DPOutputDefault BluetoothA2DPOutputLegacy

Public Member Functions

virtual bool begin ()=0
 
virtual size_t write (const uint8_t *data, size_t len)=0
 
virtual void end ()=0
 
virtual void set_sample_rate (int rate)
 
virtual void set_output_active (bool active)
 
virtual void set_output (AudioOutput &output)
 Not implemented.
 
virtual void set_output (AudioStream &output)
 Not implemented.
 
virtual void set_output (Print &output)
 Not implemented.
 

Detailed Description

Abstract Output Class.

Author
Phil Schatzmann

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