VideoCaptureDeviceSelectedDevice Property |
Retrieves the currently selected capture device. This property is set when SelectDevice
is called successfully.
Namespace: StreamCoders.DevicesAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public virtual VideoCaptureDeviceInformation SelectedDevice { get; }
Public Overridable ReadOnly Property SelectedDevice As VideoCaptureDeviceInformation
Get
public:
virtual property VideoCaptureDeviceInformation^ SelectedDevice {
VideoCaptureDeviceInformation^ get ();
}
abstract SelectedDevice : VideoCaptureDeviceInformation with get
override SelectedDevice : VideoCaptureDeviceInformation with get
Property Value
Type:
VideoCaptureDeviceInformation
The selected device.
See Also