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: 10.3.199.0
Syntax
public MediaChannelDescription(
	MediaType mediaType,
	int port,
	MediaProtocol mediaProtocol,
	CommunicationMode commMode,
	IEnumerable<CodecDescription> codecs,
	Dictionary<int, string> fmtpValues,
	IEnumerable<CryptoDescription> cryptos
)

Parameters

mediaType
Type: MediaType
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