MediaChannelFactoryCreateChannel Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic IMediaChannel CreateChannel(
string localAddress,
MediaType mediaType,
MediaProtocol mediaProtocol,
int localRtpPort
)
Public Function CreateChannel (
localAddress As String,
mediaType As MediaType,
mediaProtocol As MediaProtocol,
localRtpPort As Integer
) As IMediaChannel
public:
virtual IMediaChannel^ CreateChannel(
String^ localAddress,
MediaType mediaType,
MediaProtocol mediaProtocol,
int localRtpPort
) sealed
abstract CreateChannel :
localAddress : string *
mediaType : MediaType *
mediaProtocol : MediaProtocol *
localRtpPort : int -> IMediaChannel
override CreateChannel :
localAddress : string *
mediaType : MediaType *
mediaProtocol : MediaProtocol *
localRtpPort : int -> IMediaChannel
Parameters
- localAddress String
-
- mediaType MediaType
-
- mediaProtocol MediaProtocol
-
- localRtpPort Int32
-
Return Value
IMediaChannelImplements
IMediaChannelFactoryCreateChannel(String, MediaType, MediaProtocol, Int32)
See Also