VfwCompressDialogs Enumeration

 
Microsoft DirectShow 9.0

VfwCompressDialogs Enumeration

Specifies a dialog box that might exist in a Video for Windows compression (codec) driver.

Syntax

typedef enum {
    VfwCompressDialog_Config      = 0x01,
    VfwCompressDialog_About       = 0x02,
    VfwCompressDialog_QueryConfig = 0x04,
    VfwCompressDialog_QueryAbout  = 0x08
} VfwCompressDialogs;

Members

VfwCompressDialog_Config

Configure dialog box.

VfwCompressDialog_About

About dialog box.

VfwCompressDialog_QueryConfig

Specifies whether the Configure dialog box is available.

VfwCompressDialog_QueryAbout

Specifies whether the About dialog box is available.

Requirements

  Header: Dshow.h

See Also