Click or drag to resize

CodecUtilsFilterAvailableCodecFactories Method


Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.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  DictionaryOzTupleVoIPMediaType, Int32, ICodecFactory
 
remoteDescriptions  DictionaryOzTupleVoIPMediaType, Int32, Int32, CodecDescription
 

Return Value

DictionaryOzTupleOzTupleVoIPMediaType, Int32, Int32, OzTupleVoIPMediaType, Int32, ICodecFactory
See Also