MediaChannelFactoryCreateRTPChannel Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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: Ozeki.MediaMediaType
- mediaProtocol
- Type: Ozeki.MediaMediaProtocol
- localRtpPort
- Type: SystemInt32
Return Value
Type:
IMediaChannelSee Also