Click or drag to resize

CodecUtilsFilterAvailableCodecs Method

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
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
Type: System.Collections.GenericDictionaryOzTupleVoIPMediaType, Int32, ICodec
Codec-ek a rendszerben, MediaType, Payload-al kulcsolva
remoteDescriptions
Type: System.Collections.GenericDictionaryOzTupleVoIPMediaType, Int32, Int32, CodecDescription
A távoldal lehetséges kodekjei, MediaType, Payload, RemotePort-al kulcsolva

Return Value

Type: DictionaryOzTupleOzTupleVoIPMediaType, Int32, Int32, OzTupleVoIPMediaType, Int32, ICodec
Helyi kodekek a tevoli eleresekhez.
See Also