WindowsSdk

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
MemberExpain
statusThe status after changing
errorWhen 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

IP Camera Windows SDK manual

Copyright:Shenzhen XRC Tech Co.,Ltd.

ICP:粤ICP备09050685号