Selects a codec from the given collection.
| C# | Visual Basic | Visual C++ |
CodecInfo SelectCodec( IEnumerable<CodecInfo> codecs )
Function SelectCodec ( codecs As IEnumerable(Of CodecInfo) ) As CodecInfo
CodecInfo^ SelectCodec( IEnumerable<CodecInfo^>^ codecs )
- codecs (IEnumerable<(Of <(<'CodecInfo>)>)>)
- The available codecs.
CodecInfo
The desired codec.
The desired codec.
By implementing this method different techniques can be used to select the desired codec during a call. E.g. the first codec with sample rate 16000.
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 10.1.3.502