VideoCapabilities Members

From DirectX.Capture

DirectX.Capture Class Library

VideoCapabilities Members

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.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

VideoCapabilities Class | DirectX.Capture Namespace