#include <audio_high_level_api.h>

Public Attributes | |
| AudioResultHeader | header |
| [out] Result Header | |
| union { | |
| NotifyStatus notify_status | |
| [out] for NotifyStatus (header.result_code==AUDRLT_NOTIFYSTATUS) | |
| StatusChangedParam status_changed_param | |
| [out] for StatusChanged (header.result_code==AUDRLT_STATUSCHANGED) | |
| ErrorResponseParam error_response_param | |
| [out] for ErrorResponse (header.result_code==AUDRLT_ERRORRESPONSE) | |
| }; | |
Audio result packet