Click or drag to resize
CaptureDeviceMulticastProviderRemoveClient Method
Removes a client from the provider.

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

Parameters

client
Type: StreamCoders.DevicesCaptureDeviceMulticastProviderClient
The participant.
See Also