VfwCompressDialogs enumeration (strmif.h)
Specifies a dialog box that might exist in a Video for Windows compression (codec) driver.
Syntax
typedef enum VfwCompressDialogs {
VfwCompressDialog_Config = 0x1,
VfwCompressDialog_About = 0x2,
VfwCompressDialog_QueryConfig = 0x4,
VfwCompressDialog_QueryAbout = 0x8
} ;
Constants
VfwCompressDialog_ConfigValue: 0x1 Configure dialog box. |
VfwCompressDialog_AboutValue: 0x2 About dialog box. |
VfwCompressDialog_QueryConfigValue: 0x4 Specifies whether the Configure dialog box is available. |
VfwCompressDialog_QueryAboutValue: 0x8 Specifies whether the About dialog box is available. |
Requirements
| Header | strmif.h (include Dshow.h) |