ChannelMediaStrategy Constructor |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic ChannelMediaStrategy(
int channelID,
MediaType mediaType,
Dictionary<int, ICodec> localCodecs,
Dictionary<int, ICodec> remoteCodecs,
Dictionary<int, Object> parameters = null
)
Public Sub New (
channelID As Integer,
mediaType As MediaType,
localCodecs As Dictionary(Of Integer, ICodec),
remoteCodecs As Dictionary(Of Integer, ICodec),
Optional parameters As Dictionary(Of Integer, Object) = Nothing
)
public:
ChannelMediaStrategy(
int channelID,
MediaType mediaType,
Dictionary<int, ICodec^>^ localCodecs,
Dictionary<int, ICodec^>^ remoteCodecs,
Dictionary<int, Object^>^ parameters = nullptr
)
new :
channelID : int *
mediaType : MediaType *
localCodecs : Dictionary<int, ICodec> *
remoteCodecs : Dictionary<int, ICodec> *
?parameters : Dictionary<int, Object>
(* Defaults:
let _parameters = defaultArg parameters null
*)
-> ChannelMediaStrategy
Parameters
- channelID Int32
-
- mediaType MediaType
-
- localCodecs DictionaryInt32, ICodec
-
- remoteCodecs DictionaryInt32, ICodec
-
- parameters DictionaryInt32, Object (Optional)
-
See Also