Maestro Audio Framework v 1.7
NXP Semiconductors
Loading...
Searching...
No Matches
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_PIPELINES][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
 
PipelineElementselements [MAX_PIPELINES]
 user defined elements
 

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: