DeviceVideoProperty Properties
Describes a video property on a video capture device.| 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. |
See Also