NET_DVR_DOWNlOAD_FRAME_INFO
Structure Definition
Function Description
Time frame information of video download.
Member Description
| Member | Type | Remark |
| nLength | unsigned int | Frame data length. |
| frameType | unsigned short | See DD_FRAME_TYPE. |
| keyFrame | unsigned short | 0: non-keyframe 1: keyframe. |
| nWidth | unsigned short | Screen width, in pixels. If it is audio data, it is 0. |
| nHeight | unsigned short | Picture height, or 0 if it is audio data. |
| nStamp | LONGLONG | Frame time, in milliseconds, absolute time starting from 0:0:0:00, January 1, 1970. |