Click or drag to resize

CodecUtilsFilterAvailableCodecs Method


Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntax
public static Dictionary<OzTuple<OzTuple<VoIPMediaType, int, int>, OzTuple<VoIPMediaType, int>>, ICodec> FilterAvailableCodecs(
	Dictionary<OzTuple<VoIPMediaType, int>, ICodec> localCodecs,
	Dictionary<OzTuple<VoIPMediaType, int, int>, CodecDescription> remoteDescriptions
)

Parameters

localCodecs  DictionaryOzTupleVoIPMediaType, Int32, ICodec
 
remoteDescriptions  DictionaryOzTupleVoIPMediaType, Int32, Int32, CodecDescription
 

Return Value

DictionaryOzTupleOzTupleVoIPMediaType, Int32, Int32, OzTupleVoIPMediaType, Int32, ICodec
See Also