Click or drag to resize
MediaConnectorDisconnect Method (IAudioSender, IAudioReceiver)
Closes the connection between two audio handlers.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public bool Disconnect(
	IAudioSender sender,
	IAudioReceiver receiver
)

Parameters

sender
Type: Ozeki.MediaIAudioSender
The audio source that sent the data.
receiver
Type: Ozeki.MediaIAudioReceiver
The audio handler that received the data.

Return Value

Type: Boolean

Implements

IMediaConnectorDisconnect(IAudioSender, IAudioReceiver)
Remarks
When disconnecting an audio connection, the audio handlers will not be disposed!
See Also