Group SDS_Recorder_Player_Return_Codes
Modules > SDS_Recorder_Player_Return_Codes
SDS Recorder and Player Function Return Codes. More...
Macros
Type | Name |
---|---|
define | SDS_PLAY_EOS (-7) End of stream reached in SDS Player operation. |
define | SDS_PLAY_ERROR_NO_DATA (-6) Not whole data block is available in the SDS circular buffer. |
define | SDS_REC_ERROR_NO_SPACE (-5) Insufficient space in SDS circular buffer to write the entire data block. |
define | SDS_REC_PLAY_ERROR (-1) General error during SDS Recorder or Player function execution. |
define | SDS_REC_PLAY_ERROR_IO (-4) I/O error during SDS Recorder or Player function execution. |
define | SDS_REC_PLAY_ERROR_PARAMETER (-2) Invalid parameter passed to an SDS Recorder or Player function. |
define | SDS_REC_PLAY_ERROR_TIMEOUT (-3) SDS Recorder or Player function execution timed out. |
define | SDS_REC_PLAY_OK (0) SDS Recorder or Player function executed successfully. |
Detailed Description
The following values are returned by most sdsRec
and sdsPlay
functions.
Macro Definition Documentation
define SDS_PLAY_EOS
End of stream reached in SDS Player operation.
#define SDS_PLAY_EOS `(-7)`
define SDS_PLAY_ERROR_NO_DATA
Not whole data block is available in the SDS circular buffer.
#define SDS_PLAY_ERROR_NO_DATA `(-6)`
define SDS_REC_ERROR_NO_SPACE
Insufficient space in SDS circular buffer to write the entire data block.
#define SDS_REC_ERROR_NO_SPACE `(-5)`
define SDS_REC_PLAY_ERROR
General error during SDS Recorder or Player function execution.
#define SDS_REC_PLAY_ERROR `(-1)`
define SDS_REC_PLAY_ERROR_IO
I/O error during SDS Recorder or Player function execution.
#define SDS_REC_PLAY_ERROR_IO `(-4)`
define SDS_REC_PLAY_ERROR_PARAMETER
Invalid parameter passed to an SDS Recorder or Player function.
#define SDS_REC_PLAY_ERROR_PARAMETER `(-2)`
define SDS_REC_PLAY_ERROR_TIMEOUT
SDS Recorder or Player function execution timed out.
#define SDS_REC_PLAY_ERROR_TIMEOUT `(-3)`
define SDS_REC_PLAY_OK
SDS Recorder or Player function executed successfully.
#define SDS_REC_PLAY_OK `(0)`