CaptureDeviceSelectedDevice Property |
Namespace: StreamCoders.DevicesAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic ICaptureDeviceInformation SelectedDevice { get; }
Public ReadOnly Property SelectedDevice As ICaptureDeviceInformation
Get
public:
property ICaptureDeviceInformation^ SelectedDevice {
ICaptureDeviceInformation^ get ();
}
member SelectedDevice : ICaptureDeviceInformation with get
Property Value
Type:
ICaptureDeviceInformation
See Also