AIROC™ BTSDK v4.0 - Documentation | ||||
Audio buffer configuration structure Please refer wiced_audio_buffer_initialize API documentation for recommended size. More...
Data Fields | |
wiced_device_role_t | role |
Role if audio source, sink or hf device. | |
uint32_t | audio_tx_buffer_size |
Audio Tx buffer size. | |
uint32_t | audio_codec_buffer_size |
Codec buffer size. | |
uint8_t | audio_tx_buffer_watermark_level |
Watermark level in % in terms of % of buffers remaining. More... | |
Audio buffer configuration structure Please refer wiced_audio_buffer_initialize API documentation for recommended size.
uint8_t audio_tx_buffer_watermark_level |
Watermark level in % in terms of % of buffers remaining.
Default is 50 for 50%. E.g. if set to 70, fw will request additional data when buffer reaches 70% of the full buffer size (i.e., audio_tx_buffer_size). Only applicable for A2DP source applications