AIROC™ BTSDK v4.2 - Documentation | ||||
Stream Interface Functions. More...
Data Fields | |
wiced_result_t(* | open )() |
Stream Open. | |
wiced_result_t(* | close )(void *) |
Stream Close. | |
wiced_result_t(* | config )(audio_config_t *) |
Configure the stream. | |
wiced_result_t(* | start )(void *) |
Start The stream. | |
wiced_result_t(* | stop )(void *) |
Stop the stream. | |
wiced_result_t(* | get_buffer )(uint8_t **pp_buf, int32_t *size) |
Get buffer for the stream. | |
wiced_result_t(* | put_buffer )(uint8_t *p_buf, int32_t *size) |
Put buffer for the stream. | |
Stream Interface Functions.