Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do get a list of the codecs supported by OpenH323?

codecs list openh323 supported
0
10 Posted

How do get a list of the codecs supported by OpenH323?

0
10

The static function H323PluginCodecManager::GetMediaFormats will return a list of all of the codecs that are supported by the current set of plugins and statically linked code without requiring any additional hardware. By default, this will include all of the audio codecs that can be converted to/from PCM-16. It will also include any video media formats that are supported by the stack. This will always include H.261 (if video is compiled into the stack) and H.263 (if support has been compiled and all necessary run-time loadable libraries are available). The virtual function OpalLineInterfaceDevice::GetMediaFormats can be called on any instance of OpalLineInterfaceDevice or descendant to obtain the media formats supported by a specific hardware device.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123