Capture.PropertyPages Property

DirectX.Capture

DirectX.Capture Class Library

Capture.PropertyPages Property

Available property pages.

public PropertyPageCollection PropertyPages {get;}

Remarks

These are property pages exposed by the DirectShow filters. These property pages allow users modify settings on the filters directly.

The information contained in this property is retrieved and cached the first time this property is accessed. Future calls to this property use the cached results. This was done for performance.

However, this means you may get different results depending on when you access this property first. If you are experiencing problems, try accessing the property immediately after creating the Capture class or immediately after setting the video and audio compressors. Also, inform the developer.

See Also

Capture Class | Capture Members | DirectX.Capture Namespace