Click or drag to resize
CaptureDeviceMulticastProviderCaptureDevice Property
Gets the capture device used in this instance of the multicast provider.

Namespace: StreamCoders.Devices
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public ICaptureDevice CaptureDevice { get; }

Property Value

Type: ICaptureDevice
The currently used capture device.
See Also