![]() |
Maestro Audio Framework
v 1.0
NXP Semiconductors
|
Streamer Message Type. More...
#include <streamer_api.h>
Data Fields | |
uint32_t | id |
Message Identifier, relative with STREAMER_MSG_ID. | |
int | errorcode |
Error Code. | |
int8_t | pipeline_index |
Pipeline Index. | |
StreamPipelineType | pipeline_type |
Pipeline Type. | |
ELEMENT_PROPERTY_T | element_property |
Property Structure. | |
PipelineState | state |
Pipeline State. | |
StreamInfoType | query_type |
Query Type. | |
StreamData | query_data |
Query Return Data. | |
uint32_t | event_id |
Event Identifier. | |
int | event_data |
Event Data. | |
uint32_t | time_ms |
Time. | |
char * | in_dev_name |
Input Device Name. | |
char * | out_dev_name |
Output Device Name. | |
OsaMutex * | mutex |
OsaCondition * | cond |
Mutex to protect signal. | |
bool * | processed |
Signal to unlock wait for streamer response. | |
int32_t * | ret |
Flag to indicate streamer msg processed. | |
void * | get_value |
streamer message processing result | |
Structure for messages transmitted and received by the streamer task.