| CodecUtilsFilterAvailableCodecs Method  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic static Dictionary<OzTuple<OzTuple<MediaType, int, int>, OzTuple<MediaType, int>>, ICodec> FilterAvailableCodecs(
	Dictionary<OzTuple<MediaType, int>, ICodec> localCodecs,
	Dictionary<OzTuple<MediaType, int, int>, CodecDescription> remoteDescriptions
)
Public Shared Function FilterAvailableCodecs ( 
	localCodecs As Dictionary(Of OzTuple(Of MediaType, Integer), ICodec),
	remoteDescriptions As Dictionary(Of OzTuple(Of MediaType, Integer, Integer), CodecDescription)
) As Dictionary(Of OzTuple(Of OzTuple(Of MediaType, Integer, Integer), OzTuple(Of MediaType, Integer)), ICodec)
public:
static Dictionary<OzTuple<OzTuple<MediaType, int, int>^, OzTuple<MediaType, int>^>^, ICodec^>^ FilterAvailableCodecs(
	Dictionary<OzTuple<MediaType, int>^, ICodec^>^ localCodecs, 
	Dictionary<OzTuple<MediaType, int, int>^, CodecDescription^>^ remoteDescriptions
)
static member FilterAvailableCodecs : 
        localCodecs : Dictionary<OzTuple<MediaType, int>, ICodec> * 
        remoteDescriptions : Dictionary<OzTuple<MediaType, int, int>, CodecDescription> -> Dictionary<OzTuple<OzTuple<MediaType, int, int>, OzTuple<MediaType, int>>, ICodec> 
Parameters
- localCodecs
 - Type: System.Collections.GenericDictionaryOzTupleMediaType, Int32, ICodec
Codec-ek a rendszerben, MediaType, Payload-al kulcsolva - remoteDescriptions
 - Type: System.Collections.GenericDictionaryOzTupleMediaType, Int32, Int32, CodecDescription
A távoldal lehetséges kodekjei, MediaType, Payload, RemotePort-al kulcsolva 
Return Value
Type: 
DictionaryOzTupleOzTupleMediaType, 
Int32, 
Int32, 
OzTupleMediaType, 
Int32, 
ICodecHelyi kodekek a tevoli eleresekhez.
See Also