IMediaChannelFactoryCreateChannel Method |
A megadott információk alapján visszad egy channelt
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
SyntaxIMediaChannel CreateChannel(
string localAddress,
MediaType mediaType,
MediaProtocol mediaProtocol,
int localRtpPort
)
Function CreateChannel (
localAddress As String,
mediaType As MediaType,
mediaProtocol As MediaProtocol,
localRtpPort As Integer
) As IMediaChannel
IMediaChannel^ CreateChannel(
String^ localAddress,
MediaType mediaType,
MediaProtocol mediaProtocol,
int localRtpPort
)
abstract CreateChannel :
localAddress : string *
mediaType : MediaType *
mediaProtocol : MediaProtocol *
localRtpPort : int -> IMediaChannel
Parameters
- localAddress String
- mediaType MediaType
-
- mediaProtocol MediaProtocol
- localRtpPort Int32
-
Return Value
IMediaChannel
See Also