DD_BASIC_CONFIG
Structure Definition
Function Description
Basic configuration structure.
Member Description
| Member | Type | Remark |
| iSize | unsigned int | The length of this structure. |
| videoFormat | unsigned int | Video format, refer to DD_VIDEO_FORMAT for the value. |
| videoOut | unsigned int | Video output device. |
| videoOutResolution | unsigned int | Output resolution, refer to DD_VGA_RESOLUTION for the value. |
| VGARefresh | unsigned int | VGA refresh rate. |
| screensaver | unsigned int | Screen saver duration (zero means off). |
| deviceLanguage | unsigned int | System language. |
| passwordCheck | unsigned int | Whether to enable password checking. |
| RecycleRecord | unsigned int | Whether to allow overwriting of recordings. |
| videoFormatMask | unsigned int | Supported video format mask (read-only), the value is the mask combination of DD_VIDEO_FORMAT definition data. |
| videoOutMask | unsigned int | Mask of supported video output devices (read-only). |
| videoOutResolutionMask | unsigned int | Supported video output device resolution mask (read-only), the value is the mask combination of DD_VGA_RESOLUTION definition data. |
| languageMask | unsigned int | Supported language mask (read-only). |