CodecUtilsFilterAvailableCodecFactories Method |
Namespace: Ozeki.MediaAssembly: 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
)
Public Shared Function FilterAvailableCodecFactories (
localCodecFactory As Dictionary(Of OzTuple(Of MediaType, Integer), ICodecFactory),
remoteDescriptions As Dictionary(Of OzTuple(Of MediaType, Integer, Integer), CodecDescription)
) As Dictionary(Of OzTuple(Of OzTuple(Of MediaType, Integer, Integer), OzTuple(Of MediaType, Integer)), ICodecFactory)
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
)
static member FilterAvailableCodecFactories :
localCodecFactory : Dictionary<OzTuple<MediaType, int>, ICodecFactory> *
remoteDescriptions : Dictionary<OzTuple<MediaType, int, int>, CodecDescription> -> Dictionary<OzTuple<OzTuple<MediaType, int, int>, OzTuple<MediaType, int>>, ICodecFactory>
Parameters
- localCodecFactory
- Type: System.Collections.GenericDictionaryOzTupleMediaType, Int32, ICodecFactory
- remoteDescriptions
- Type: System.Collections.GenericDictionaryOzTupleMediaType, Int32, Int32, CodecDescription
Return Value
Type:
DictionaryOzTupleOzTupleMediaType,
Int32,
Int32,
OzTupleMediaType,
Int32,
ICodecFactorySee Also