DD_ENCODE_CONFIG
Structure Definition
Function Description
Video encoding configuration structure.
Member Description
| Member | Type | Remark |
| iSize | unsigned int | The length of this structure. |
| resolution | unsigned short | Resolution, refer to DD_VIDEO_SIZE for the value. |
| rate | unsigned short | Frame rate. |
| encodeType | unsigned short | Encoding type, refer to DD_VIDEO_ENCODE_MODE for its value. |
| quality | unsigned short | Image quality. For the value, refer to DD_IMAGE_QUALITY. |
| minBitrate | unsigned short | The lower limit of the bit rate, in kbps. |
| maxBitrate | unsigned short | The upper limit of the bit rate, in kbps. |
| gop | unsigned short | I frame interval. |