How do get a list of the codecs supported by OpenH323?
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
- I am using a Linux-based operating system that is not on the Xilinx list of supported operating systems (e.g., Fedora, Ubuntu, etc.). Will Xilinx USB cables work with these operating systems?
- Is there a list of supported operating systems/browsers for online registration?
- How do get a list of the codecs supported by OpenH323?