VideoCapabilities Fields

DirectX.Capture

DirectX.Capture Class Library

VideoCapabilities Fields

The fields of the VideoCapabilities class are listed below. For a complete list of VideoCapabilities class members, see the VideoCapabilities Members topic.

Public Instance Fields

FrameSizeGranularityX Granularity of the output width. This value specifies the increments that are valid between MinFrameSize and MaxFrameSize. Read-only.
FrameSizeGranularityY Granularity of the output height. This value specifies the increments that are valid between MinFrameSize and MaxFrameSize. Read-only.
InputSize Native size of the incoming video signal. This is the largest signal the filter can digitize with every pixel remaining unique. Read-only.
MaxFrameRate Maximum supported frame rate. Read-only.
MaxFrameSize Maximum supported frame size. Read-only.
MinFrameRate Minimum supported frame rate. Read-only.
MinFrameSize Minimum supported frame size. Read-only.

See Also

VideoCapabilities Class | DirectX.Capture Namespace