MediaDescriptionGetChannelRemoteAddress(Int32) Method |
Gets the IP address for the channel where the media data will be sent to.
If no connection is present int the channel description, the session level connection will be used.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic string GetChannelRemoteAddress(
int channelIndex
)
Public Function GetChannelRemoteAddress (
channelIndex As Integer
) As String
public:
String^ GetChannelRemoteAddress(
int channelIndex
)
member GetChannelRemoteAddress :
channelIndex : int -> string
Parameters
- channelIndex Int32
-
Return Value
String
See Also