| ChannelMediaStrategy Constructor  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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
*)
-> ChannelMediaStrategyParameters
- channelID
 - Type: SystemInt32
 - mediaType
 - Type: Ozeki.MediaMediaType
 - localCodecs
 - Type: System.Collections.GenericDictionaryInt32, ICodec
 - remoteCodecs
 - Type: System.Collections.GenericDictionaryInt32, ICodec
 - parameters (Optional)
 - Type: System.Collections.GenericDictionaryInt32, Object
 
See Also