Click or drag to resize
MediaConnectorConnect Method (IAudioSender, IAudioReceiver)
Connects an IAudioSender with an IAudioReceiver. The media data will flow from the sender to the receiver.

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

Parameters

sender
Type: Ozeki.MediaIAudioSender
The audio source that sends the data.
receiver
Type: Ozeki.MediaIAudioReceiver
The audio handler that receives the data.

Return Value

Type: Boolean
False, if the source and destination is already connected. Otherwise true.

Implements

IMediaConnectorConnect(IAudioSender, IAudioReceiver)
See Also