VfwCaptureDialogs 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 capture driver.

Syntax

typedef enum VfwCaptureDialogs {
  VfwCaptureDialog_Source = 0x1,
  VfwCaptureDialog_Format = 0x2,
  VfwCaptureDialog_Display = 0x4
} ;

Constants

 
VfwCaptureDialog_Source
Value: 0x1
Video source dialog box.
VfwCaptureDialog_Format
Value: 0x2
Video format dialog box.
VfwCaptureDialog_Display
Value: 0x4
Video display dialog box.

Requirements

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

See also

DirectShow Enumerated Types

IAMVfwCaptureDialogs Interface