IMediaChannelInfoFactoryCreateMediaChannel Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax MediaChannelInfo CreateMediaChannel(
string localAddress,
MediaType mediaType,
MediaProtocol protocol,
INatConfiguration natConfig,
int localRtpPort = 0
)
Function CreateMediaChannel (
localAddress As String,
mediaType As MediaType,
protocol As MediaProtocol,
natConfig As INatConfiguration,
Optional localRtpPort As Integer = 0
) As MediaChannelInfo
MediaChannelInfo^ CreateMediaChannel(
String^ localAddress,
MediaType mediaType,
MediaProtocol protocol,
INatConfiguration^ natConfig,
int localRtpPort = 0
)
abstract CreateMediaChannel :
localAddress : string *
mediaType : MediaType *
protocol : MediaProtocol *
natConfig : INatConfiguration *
?localRtpPort : int
(* Defaults:
let _localRtpPort = defaultArg localRtpPort 0
*)
-> MediaChannelInfo
Parameters
- localAddress
- Type: SystemString
- mediaType
- Type: Ozeki.MediaMediaType
- protocol
- Type: Ozeki.MediaMediaProtocol
- natConfig
- Type: Ozeki.NetworkINatConfiguration
- localRtpPort (Optional)
- Type: SystemInt32
Return Value
Type:
MediaChannelInfoSee Also