Click or drag to resize
CodecUtilsFilterAvailableCodecFactories Method

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

Parameters

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

Return Value

Type: DictionaryOzTupleOzTupleMediaType, Int32, Int32, OzTupleMediaType, Int32, ICodecFactory
See Also