Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qffmpegaudioencoderutils.cpp File Reference

(78d99c8b7f143fee9002d6e6dea6bb1109905a0a)

+ 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)