DD_ENCODE_CONFIG_N9000
Structure Definition
Function Description
N9000 video encoding configuration 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. |
| encodeFormat | unsigned short | Codec 264 or 265, see DD_VIDEO_ENCODE_FORMAT. |
| gop | unsigned short | I frame interval. |