AWEOSAudioRecordNotification
Module: AWECoreOS Types
Audio recording notification callback argument structure.
#include <Include/AWECoreOS.h>
Public Attributes
| Name | |
|---|---|
| STATUS | notificationStatus type of notification being reported |
| INT32 | error error value - 0 if xrun |
| UINT32 | xruns total xruns on recording stream - 0 if error |
| FLOAT32 | xrunTime time in seconds of xrun in recording - 0 if error |
Public Attributes Documentation
variable notificationStatus
STATUS notificationStatus;
type of notification being reported
variable error
INT32 error;
error value - 0 if xrun
variable xruns
UINT32 xruns;
total xruns on recording stream - 0 if error
variable xrunTime
FLOAT32 xrunTime;
time in seconds of xrun in recording - 0 if error
Updated on 2026-02-10 at 15:44:47 -0500