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

(b1ed833743b4cac94aeb0dd03cc0a43b217ae4fd)

Include dependency graph for qffmpegaudioencoderutils.cpp:

Go to the source code of this file.

Namespaces

namespace  QFFmpeg

Functions

AVSampleFormat QFFmpeg::adjustSampleFormat (QSpan< const AVSampleFormat > supportedFormats, AVSampleFormat requested)
int QFFmpeg::adjustSampleRate (QSpan< 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)
ChannelLayoutT QFFmpeg::adjustChannelLayout (QSpan< const ChannelLayoutT > supportedLayouts, const ChannelLayoutT &requested)