Click or drag to resize

MediaChannelInfoFactoryCreateMediaChannel Method

Létrehoz egy IMediaChannel-t a megadott paraméterek alapján.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public MediaChannelInfo CreateMediaChannel(
	string localAddress,
	MediaType mediaType,
	MediaProtocol protocol,
	INatConfiguration natConfig,
	int localRtpPort = -1
)

Parameters

localAddress  String
 
mediaType  MediaType
 
protocol  MediaProtocol
 
natConfig  INatConfiguration
 
localRtpPort  Int32  (Optional)
 

Return Value

MediaChannelInfo

Implements

IMediaChannelInfoFactoryCreateMediaChannel(String, MediaType, MediaProtocol, INatConfiguration, Int32)
See Also