MediaChannelFactoryCreateRTPChannel Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic static IMediaChannel CreateRTPChannel(
ITransportFactory transportFactory,
MediaType mediaType,
MediaProtocol mediaProtocol,
int localRtpPort
)
Public Shared Function CreateRTPChannel (
transportFactory As ITransportFactory,
mediaType As MediaType,
mediaProtocol As MediaProtocol,
localRtpPort As Integer
) As IMediaChannel
public:
static IMediaChannel^ CreateRTPChannel(
ITransportFactory^ transportFactory,
MediaType mediaType,
MediaProtocol mediaProtocol,
int localRtpPort
)
static member CreateRTPChannel :
transportFactory : ITransportFactory *
mediaType : MediaType *
mediaProtocol : MediaProtocol *
localRtpPort : int -> IMediaChannel
Parameters
- transportFactory ITransportFactory
-
- mediaType MediaType
-
- mediaProtocol MediaProtocol
-
- localRtpPort Int32
-
Return Value
IMediaChannel
See Also