DECODE_FRAME_INFO¶
Structure Definition¶
1 2 3 4 5 6 7 8 | |
1 2 3 4 5 6 7 8 9 | |
Function Description¶
Decode frame information.
Member Description¶
| Member | Type | Remark |
|---|---|---|
| nWidth | int | Frame width. |
| nHeight | int | Frame height. |
| time | unsigned int | The frame time in seconds. |
| dwLen | unsigned int | Frame data length. |
| pData | unsigned char* | Frame data. |