Click or drag to resize

IMediaChannelConnectToRemoteHost Method

Connects to the given remote address and port.

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
void ConnectToRemoteHost(
	string address,
	int port,
	MediaChannelDescription dummySourceDesc
)

Parameters

address
Type: SystemString
port
Type: SystemInt32
dummySourceDesc
Type: Ozeki.MediaMediaChannelDescription
See Also