Click or drag to resize
CaptureDeviceMulticastProviderAddClient Method
Adds a client to the provider.

Namespace: StreamCoders.Devices
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public virtual CaptureDeviceMulticastProviderClient AddClient(
	CaptureDeviceMulticastProviderClient client
)

Parameters

client
Type: StreamCoders.DevicesCaptureDeviceMulticastProviderClient
The participant.

Return Value

Type: CaptureDeviceMulticastProviderClient
See Also