arduino-audio-tools
|
Configuration for A2DPStream. More...
#include <A2DPStream.h>
Public Attributes | |
bool | auto_reconnect = false |
int | buffer_size = A2DP_BUFFER_SIZE * A2DP_BUFFER_COUNT |
int | delay_ms = 1 |
Delay in ms which is added to each write. | |
RxTxMode | mode = RX_MODE |
const char * | name = "A2DP" |
A2DP name. | |
bool | silence_on_nodata = false |
when a2dp source is active but has no data we generate silence data | |
A2DPStartLogic | startup_logic = StartWhenBufferFull |
Logic when the processing is activated. | |
A2DPNoData | startup_nodata = A2DPSilence |
Action when a2dp is not active yet. | |
Configuration for A2DPStream.