VideoCaptureDeviceInformation Constructor |
Namespace: StreamCoders.DevicesAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic VideoCaptureDeviceInformation(
string name,
string devicePath
)
Public Sub New (
name As String,
devicePath As String
)
public:
VideoCaptureDeviceInformation(
String^ name,
String^ devicePath
)
new :
name : string *
devicePath : string -> VideoCaptureDeviceInformation
Parameters
- name
- Type: SystemString
- devicePath
- Type: SystemString
See Also