VfwCompressDialogs enumeration (strmif.h)

[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

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_Config
Value: 0x1
Configure dialog box.
VfwCompressDialog_About
Value: 0x2
About dialog box.
VfwCompressDialog_QueryConfig
Value: 0x4
Specifies whether the Configure dialog box is available.
VfwCompressDialog_QueryAbout
Value: 0x8
Specifies whether the About dialog box is available.

Requirements

Requirement Value
Header strmif.h (include Dshow.h)

See also

DirectShow Enumerated Types

IAMVfwCaptureDialogs Interface