From Shenzhen XRC Tech Co.,Ltd.

WindowsSdk: CAMERA_STATISTICS

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;
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
Retrieved from http://wiki.reecam.cn/WindowsSdk/StructCAMERASTATISTICS
Page last modified on April 12, 2013, at 11:47 AM EST