PLAY_STATUS_CHANGED_PARAM
- Definition:
typedef struct tagPlayStatusChangedParam
{
PLAY_STATUS status;
int error;
} PLAY_STATUS_CHANGED_PARAM;
- Expain:
PLAY_STATUS_CHANGED_PARAM describe the return parameter when receiving VIDEO_STATUS_CHANGED/AUDIO_STATUS_CHANGED /SPEAK_STATUS_CHANGED/RECORD_STATUS_CHANGED event
| Member | Expain |
|---|---|
| status | The status after changing |
| error | When status != STOPPED , error is always ERROR_OK. When status = STOPPED , error is the reason When status = STOPPED and error = ERROR_OK, Means operation is normally stopped, other reference error constants defined |