MediaChannelFactoryCreateChannel Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
- Type: SystemString
- mediaType
- Type: Ozeki.MediaMediaType
- mediaProtocol
- Type: Ozeki.MediaMediaProtocol
- localRtpPort
- Type: SystemInt32
Return Value
Type:
IMediaChannelImplements
IMediaChannelFactoryCreateChannel(String, MediaType, MediaProtocol, Int32)See Also