![]() |
Maestro Audio Framework v 1.5
NXP Semiconductors
|
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 | |
| StreamPipelineType | pipeline_type |
| streamer pipeline type | |
| const char * | in_dev_name |
| input device name | |
| const char * | out_dev_name |
| output device name | |
| char * | task_name |
| task name | |
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.