Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qffmpegaudioencoderutils.cpp File Reference

(262153cb3f2de501d7362adec4c019bfd7490ee5)

+ Include dependency graph for qffmpegaudioencoderutils.cpp:

Go to the source code of this file.

Namespaces

namespace  QFFmpeg
 

Functions

AVSampleFormat QFFmpeg::adjustSampleFormat (const AVSampleFormat *supportedFormats, AVSampleFormat requested)
 
int QFFmpeg::adjustSampleRate (const int *supportedRates, int requested)
 
static AVScore QFFmpeg::calculateScoreByChannelsCount (int supportedChannelsNumber, int requestedChannelsNumber)
 
static AVScore QFFmpeg::calculateScoreByChannelsMask (int supportedChannelsNumber, uint64_t supportedMask, int requestedChannelsNumber, uint64_t requestedMask)
 
AVChannelLayout QFFmpeg::adjustChannelLayout (const AVChannelLayout *supportedLayouts, const AVChannelLayout &requested)