Click or drag to resize
ChannelMediaStrategy Constructor
Initializes a new instance of the ChannelMediaStrategy class

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public ChannelMediaStrategy(
	int channelID,
	MediaType mediaType,
	Dictionary<int, ICodec> localCodecs,
	Dictionary<int, ICodec> remoteCodecs,
	Dictionary<int, Object> parameters = null
)

Parameters

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