MediaChannelDescription Constructor (String, Int32, String, CommunicationMode, IEnumerableCodecDescription, DictionaryInt32, String, IEnumerableCryptoDescription, IEnumerableSessionAttribute, IEnumerableString) |
Namespace: Ozeki.MediaAssembly: 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
)
Public Sub New (
mediaType As String,
port As Integer,
mediaProtocol As String,
commMode As CommunicationMode,
codecs As IEnumerable(Of CodecDescription),
fmtpValues As Dictionary(Of Integer, String),
cryptos As IEnumerable(Of CryptoDescription),
attributes As IEnumerable(Of SessionAttribute),
connections As IEnumerable(Of String)
)
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
)
new :
mediaType : string *
port : int *
mediaProtocol : string *
commMode : CommunicationMode *
codecs : IEnumerable<CodecDescription> *
fmtpValues : Dictionary<int, string> *
cryptos : IEnumerable<CryptoDescription> *
attributes : IEnumerable<SessionAttribute> *
connections : IEnumerable<string> -> MediaChannelDescription
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