Maestro Audio Framework  v 1.0
NXP Semiconductors
STREAMER_T Struct Reference

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.
 
OsaMq mq_out
 Pointer to Message Queue for sending message out.
 
OsaMq streamer_mq
 Pointer to message queue for receive message.
 
bool is_active
 is tasking running or terminated
 
StreamPipelineType pipeline_type
 

Detailed Description

Holds data used throughout the streamer task. This includes:

  • Array of Pipelines
  • Array of Elements
  • Exit Thread Flag
  • Application Callback Function

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