Click or drag to resize
MediaChannelDescription Constructor (String, Int32, String, CommunicationMode, IEnumerableCodecDescription, DictionaryInt32, String, IEnumerableCryptoDescription, IEnumerableSessionAttribute, IEnumerableString)
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(
	string mediaType,
	int port,
	string mediaProtocol,
	CommunicationMode commMode,
	IEnumerable<CodecDescription> codecs,
	Dictionary<int, string> fmtpValues,
	IEnumerable<CryptoDescription> cryptos,
	IEnumerable<SessionAttribute> attributes,
	IEnumerable<string> connections
)

Parameters

mediaType
Type: SystemString
port
Type: SystemInt32
mediaProtocol
Type: SystemString
commMode
Type: Ozeki.MediaCommunicationMode
codecs
Type: System.Collections.GenericIEnumerableCodecDescription
fmtpValues
Type: System.Collections.GenericDictionaryInt32, String
cryptos
Type: System.Collections.GenericIEnumerableCryptoDescription
attributes
Type: System.Collections.GenericIEnumerableSessionAttribute
connections
Type: System.Collections.GenericIEnumerableString
See Also