Skip to main content
A newer version of this page is available. .

DeviceVideoProperty Members

Describes a video property on a video capture device.

Properties

Name Description
Default Gets the default value of the video property.
IsActive
Max Gets the maximum value of the video property.
Min Gets the minimum value of the video property.
Name Gets the name of the video property.
SteppingDelta Gets the step size for the video property. The step size is the smallest increment by which the property can change.
Value Gets or sets the current setting of the video property.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ResetToDefault() Resets the video property value to its default.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
PropertyChanged Occurs when a property value changes.
See Also