C# Class DirectX.Capture.VfwCompressorPropertyPage

The property page to configure a Video for Windows compliant compression codec. Most compressors support this property page rather than a DirectShow property page. Also, most compressors do not support the IAMVideoCompression interface so this property page is the only method to configure a compressor.
Inheritance: PropertyPage
Show file Open project: RejectKid/MTG-Scanner Class Usage Examples

Protected Properties

Property Type Description
vfwCompressDialogs IAMVfwCompressDialogs

Public Methods

Method Description
Show ( Control owner ) : void

Show the property page. Some property pages cannot be displayed while previewing and/or capturing.

VfwCompressorPropertyPage ( string name, IAMVfwCompressDialogs compressDialogs ) : System

Constructor

Method Details

Show() public method

Show the property page. Some property pages cannot be displayed while previewing and/or capturing.
public Show ( Control owner ) : void
owner System.Windows.Forms.Control
return void

VfwCompressorPropertyPage() public method

Constructor
public VfwCompressorPropertyPage ( string name, IAMVfwCompressDialogs compressDialogs ) : System
name string
compressDialogs IAMVfwCompressDialogs
return System

Property Details

vfwCompressDialogs protected property

Video for Windows compression dialog interface
protected IAMVfwCompressDialogs vfwCompressDialogs
return IAMVfwCompressDialogs