Group SDS_Recorder_Player_Event_Codes
Modules > SDS_Recorder_Player_Event_Codes
SDS Recorder and Player Event Codes. More...
Macros
Type | Name |
---|---|
define | SDS_PLAY_EVENT_ERROR_NO_DATA (4UL) Event triggered when sdsPlayRead() fails due to insufficient data in the SDS circular buffer. |
define | SDS_REC_EVENT_ERROR_NO_SPACE (2UL) Event triggered when sdsRecWrite() fails due to insufficient space in the SDS circular buffer. |
define | SDS_REC_PLAY_EVENT_ERROR_IO (1UL) Event triggered when an I/O error occurs during recording or playback. |
Detailed Description
The following values are passed as event value to sdsRecPlayEvent_t callback function.
Macro Definition Documentation
define SDS_PLAY_EVENT_ERROR_NO_DATA
Event triggered when sdsPlayRead() fails due to insufficient data in the SDS circular buffer.
#define SDS_PLAY_EVENT_ERROR_NO_DATA `(4UL)`
define SDS_REC_EVENT_ERROR_NO_SPACE
Event triggered when sdsRecWrite() fails due to insufficient space in the SDS circular buffer.
#define SDS_REC_EVENT_ERROR_NO_SPACE `(2UL)`
define SDS_REC_PLAY_EVENT_ERROR_IO
Event triggered when an I/O error occurs during recording or playback.
#define SDS_REC_PLAY_EVENT_ERROR_IO `(1UL)`