Infineon Logo AIROC BTSDK v4.2 - Documentation
 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
stream_interface_t Struct Reference

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.
 

Detailed Description

Stream Interface Functions.


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