MediaChannelFactoryCreateRTPChannel Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
- Type: Ozeki.NetworkITransportFactory
- mediaType
- Type: MediaType
- mediaProtocol
- Type: Ozeki.MediaMediaProtocol
- localRtpPort
- Type: SystemInt32
Return Value
Type:
IMediaChannel
See Also