Click or drag to resize

ChannelMediaStrategy Constructor

Initializes a new instance of the ChannelMediaStrategy class

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
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: MediaType
localCodecs
Type: System.Collections.GenericDictionaryInt32, ICodec
remoteCodecs
Type: System.Collections.GenericDictionaryInt32, ICodec
parameters (Optional)
Type: System.Collections.GenericDictionaryInt32, Object
See Also