MediaDescriptionGetChannelRemoteAddress(MediaChannelDescription) Method |
Gets the IP address for the channel where the media data will be sent to.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic string GetChannelRemoteAddress(
MediaChannelDescription channelDesc
)
Public Function GetChannelRemoteAddress (
channelDesc As MediaChannelDescription
) As String
public:
String^ GetChannelRemoteAddress(
MediaChannelDescription^ channelDesc
)
member GetChannelRemoteAddress :
channelDesc : MediaChannelDescription -> string
Parameters
- channelDesc MediaChannelDescription
-
Return Value
String
See Also