Click or drag to resize

CodecUtilsFilterAvailableCodecFactories Method

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public static Dictionary<OzTuple<OzTuple<VoIPMediaType, int, int>, OzTuple<VoIPMediaType, int>>, ICodecFactory> FilterAvailableCodecFactories(
	Dictionary<OzTuple<VoIPMediaType, int>, ICodecFactory> localCodecFactory,
	Dictionary<OzTuple<VoIPMediaType, int, int>, CodecDescription> remoteDescriptions
)

Parameters

localCodecFactory
Type: System.Collections.GenericDictionaryOzTupleVoIPMediaType, Int32, ICodecFactory
remoteDescriptions
Type: System.Collections.GenericDictionaryOzTupleVoIPMediaType, Int32, Int32, CodecDescription

Return Value

Type: DictionaryOzTupleOzTupleVoIPMediaType, Int32, Int32, OzTupleVoIPMediaType, Int32, ICodecFactory
See Also