CodecUtilsFilterAvailableCodecs Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic 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
)
Public Shared Function FilterAvailableCodecs (
localCodecs As Dictionary(Of OzTuple(Of VoIPMediaType, Integer), ICodec),
remoteDescriptions As Dictionary(Of OzTuple(Of VoIPMediaType, Integer, Integer), CodecDescription)
) As Dictionary(Of OzTuple(Of OzTuple(Of VoIPMediaType, Integer, Integer), OzTuple(Of VoIPMediaType, Integer)), ICodec)
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
)
static member FilterAvailableCodecs :
localCodecs : Dictionary<OzTuple<VoIPMediaType, int>, ICodec> *
remoteDescriptions : Dictionary<OzTuple<VoIPMediaType, int, int>, CodecDescription> -> Dictionary<OzTuple<OzTuple<VoIPMediaType, int, int>, OzTuple<VoIPMediaType, int>>, ICodec>
Parameters
- localCodecs DictionaryOzTupleVoIPMediaType, Int32, ICodec
- Codec-ek a rendszerben, MediaType, Payload-al kulcsolva
- remoteDescriptions DictionaryOzTupleVoIPMediaType, Int32, Int32, CodecDescription
- A távoldal lehetséges kodekjei, MediaType, Payload, RemotePort-al kulcsolva
Return Value
DictionaryOzTupleOzTupleVoIPMediaType,
Int32,
Int32,
OzTupleVoIPMediaType,
Int32,
ICodecHelyi kodekek a tevoli eleresekhez.
See Also