DD_ENCODE_CONFIG_EX
Structure Definition
Function Description
Video encoding configuration extension structure.
Member Description
| Member | Type | Remark |
| iSize | unsigned int | The length of this structure. |
| resolution | unsigned int | 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. |
| bitrate | unsigned short | Bit rate. |
| encodeFormat | unsigned short | Codec 264 or 265, see DD_VIDEO_ENCODE_FORMAT. |
| gop | unsigned short | I frame interval. |
| minGop | unsigned short | Minimum I-frame interval. |
| maxGop | unsigned short | Maximum I frame interval. |
| recv | char[8] | Reserved bytes. |