Back to Devexpress

DeviceVideoProperty Class

corelibraries-devexpress-dot-data-dot-camera-61d29de5.md

latest2.5 KB
Original Source

DeviceVideoProperty Class

Describes a video property on a video capture device.

Namespace : DevExpress.Data.Camera

Assembly : DevExpress.Data.Desktop.v25.2.dll

NuGet Packages : DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

Declaration

csharp
public class DeviceVideoProperty :
    INotifyPropertyChanged
vb
Public Class DeviceVideoProperty
    Implements INotifyPropertyChanged

The following members return DeviceVideoProperty objects:

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

DeviceVideoProperty Members

DeviceVideoSettings

DevExpress.Data.Camera Namespace