CodecUtilsFilterAvailableCodecFactories Method |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic 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
)
Public Shared Function FilterAvailableCodecFactories (
localCodecFactory As Dictionary(Of OzTuple(Of VoIPMediaType, Integer), ICodecFactory),
remoteDescriptions As Dictionary(Of OzTuple(Of VoIPMediaType, Integer, Integer), CodecDescription)
) As Dictionary(Of OzTuple(Of OzTuple(Of VoIPMediaType, Integer, Integer), OzTuple(Of VoIPMediaType, Integer)), ICodecFactory)
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
)
static member FilterAvailableCodecFactories :
localCodecFactory : Dictionary<OzTuple<VoIPMediaType, int>, ICodecFactory> *
remoteDescriptions : Dictionary<OzTuple<VoIPMediaType, int, int>, CodecDescription> -> Dictionary<OzTuple<OzTuple<VoIPMediaType, int, int>, OzTuple<VoIPMediaType, int>>, ICodecFactory>
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