Maestro Audio Framework v 1.7
NXP Semiconductors
Loading...
Searching...
No Matches
STREAMER_CREATE_PARAM Struct Reference

Streamer Arguments. More...

#include <streamer_api.h>

Data Fields

char out_mq_name [STREAMER_MQ_NAME_LENGTH]
 msg queue to which streamer sends messages
 
uint32_t stack_size
 Stack size of streamer task.
 
uint32_t interval
 task interval of streamer task
 
const char * in_dev_name
 input device name
 
const char * out_dev_name
 output device name
 
char * task_name
 task name
 
PipelineElements elements
 

Detailed Description

Structure for passing input arguments to the streamer task. Note: A full message queue name will consist of a generic base name concatenated with a unique identifier which is taken from the Thread ID for the task that owns (receives messages on) the message queue.


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