Click or drag to resize
VideoCaptureDeviceSelectedDevice Property
Retrieves the currently selected capture device. This property is set when SelectDevice is called successfully.

Namespace: StreamCoders.Devices
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public virtual VideoCaptureDeviceInformation SelectedDevice { get; }

Property Value

Type: VideoCaptureDeviceInformation
The selected device.
See Also