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

DeviceVideoProperty Class

Describes a video property on a video capture device.

Namespace: DevExpress.Data.Camera

Assembly: DevExpress.Data.v18.2.dll

Declaration

[TypeConverter(typeof(ExpandableObjectConverter))]
public class DeviceVideoProperty :
    INotifyPropertyChanged

Remarks

The DeviceVideoProperty object represents a particular video property, such as brightness, contrast or saturation, on a video capture device. For details, see the DeviceVideoSettings class, which provides access to the corresponding properties.

Inheritance

Object
DeviceVideoProperty
See Also