![]() |
Maestro Audio Framework v 1.5
NXP Semiconductors
|
Streamer Data Structure. More...
#include <streamer_api.h>
Data Fields | |
PipelineHandle | pipes [MAX_PIPELINES] |
Array of pointers to pipeline objects. | |
ElementHandle | elems [MAX_ELEMENTS] |
Array of pointers to element objects. | |
int8_t | exit_thread |
Flag used to signify thread should be terminated. | |
osa_msgq_handle_t | mq_out |
Pointer to Message Queue for sending message out. | |
osa_msgq_handle_t | streamer_mq |
Pointer to message queue for receive message. | |
bool | is_active |
is tasking running or terminated | |
StreamPipelineType | pipeline_type |
streamer pipeline type | |
Holds data used throughout the streamer task. This includes: