Click or drag to resize
MediaChannelDescription Constructor (MediaType, Int32, MediaProtocol, CommunicationMode, IEnumerableCodecDescription, DictionaryInt32, String, IEnumerableCryptoDescription)
Initializes a new instance of the MediaChannelDescription class

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public MediaChannelDescription(
	MediaType mediaType,
	int port,
	MediaProtocol mediaProtocol,
	CommunicationMode commMode,
	IEnumerable<CodecDescription> codecs,
	Dictionary<int, string> fmtpValues,
	IEnumerable<CryptoDescription> cryptos
)

Parameters

mediaType
Type: Ozeki.MediaMediaType
port
Type: SystemInt32
mediaProtocol
Type: Ozeki.MediaMediaProtocol
commMode
Type: Ozeki.MediaCommunicationMode
codecs
Type: System.Collections.GenericIEnumerableCodecDescription
fmtpValues
Type: System.Collections.GenericDictionaryInt32, String
cryptos
Type: System.Collections.GenericIEnumerableCryptoDescription
See Also