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: 1.8.12.0 (1.8.12)
Syntax
public MediaChannelInfo CreateMediaChannel(
	string localAddress,
	MediaType mediaType,
	MediaProtocol protocol,
	INatConfiguration natConfig,
	int localRtpPort = -1
)

Parameters

localAddress
Type: SystemString
mediaType
Type: Ozeki.MediaMediaType
protocol
Type: Ozeki.MediaMediaProtocol
natConfig
Type: Ozeki.NetworkINatConfiguration
localRtpPort (Optional)
Type: SystemInt32

Return Value

Type: MediaChannelInfo

Implements

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