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

CameraDeviceInfo(String, String) Constructor

Initializes a new instance of the CameraDeviceInfo class with the specified settings.

Namespace: DevExpress.Data.Camera

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

NuGet Packages: DevExpress.Data.Desktop, DevExpress.WindowsDesktop.DataDesktop

Declaration

public CameraDeviceInfo(
    string monikerString,
    string name
)

Parameters

Name Type Description
monikerString String

A String value that specifies the string representation of the moniker for the video capture device. This value is assigned to the CameraDeviceInfo.MonikerString field.

name String

A String value that specifies the UI display name of the video capture device. This value is assigned to the CameraDeviceInfo.Name field.

See Also