IMediaChannelConnectToRemoteHost Method |
Connects to the given remote address and port.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxvoid ConnectToRemoteHost(
string address,
int port,
MediaChannelDescription dummySourceDesc
)
Sub ConnectToRemoteHost (
address As String,
port As Integer,
dummySourceDesc As MediaChannelDescription
)
void ConnectToRemoteHost(
String^ address,
int port,
MediaChannelDescription^ dummySourceDesc
)
abstract ConnectToRemoteHost :
address : string *
port : int *
dummySourceDesc : MediaChannelDescription -> unit
Parameters
- address String
-
- port Int32
-
- dummySourceDesc MediaChannelDescription
-
See Also