WindowsSdk

CAMERA_STATISTICS

  • Definition:
typedef struct tagCameraStatistics
{
    long video_frames_recved;
    long video_bytes_recved;
    long audio_samples_recved;
    long audio_bytes_recved;
    long audio_sample_sent;
    long audio_bytes_sent; 
}CAMERA_STATISTICS;
  • Expain:
CAMERA_STATISTICS is the result of video and audio statistics of camera
成员说明
video_frames_recvedThe video frames received per second
video_bytes_recvedThe number of bytes of video received per second
audio_samples_recvedThe number of audio packets received per second
audio_bytes_recvedThe number of bytes of audio received per second
audio_sample_sentThe number of audio packets sent per second
audio_bytes_sentThe number of bytes of audio sent per second

IP Camera Windows SDK manual

Copyright:Shenzhen XRC Tech Co.,Ltd.

ICP:粤ICP备09050685号