IMediaChannelConnectToRemoteHost Method |
Connects to the given remote address and port.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax void 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
- Type: SystemString
- port
- Type: SystemInt32
- dummySourceDesc
- Type: Ozeki.MediaMediaChannelDescription
See Also