Click or drag to resize
CaptureDeviceMulticastProvider Constructor
Constructs instance of a provider. Multiple instances of CaptureDeviceMulticastProvider with the same capture device are not permitted.

Namespace: StreamCoders.Devices
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public CaptureDeviceMulticastProvider(
	ICaptureDevice captureDevice,
	VideoCaptureDeviceFormat selectedMetrics,
	TransformDelegate transformFunction
)

Parameters

captureDevice
Type: StreamCoders.DevicesICaptureDevice
selectedMetrics
Type: StreamCoders.DevicesVideoCaptureDeviceFormat
The selected metrics. It is recommended to use the highest possible resolution in order satisfy all scenarios.
transformFunction
Type: StreamCodersTransformDelegate
Optional function to handle transformations. (e.g. resizing, 16->24-bit conversion)
See Also