4#ifndef QFFMPEGAVAUDIOFORMAT_P_H
5#define QFFMPEGAVAUDIOFORMAT_P_H
18#include <QtFFmpegMediaPluginImpl/private/qffmpegdefs_p.h>
19#include <QtMultimedia/private/qtmultimediaglobal_p.h>
21#if QT_FFMPEG_HAS_AV_CHANNEL_LAYOUT
22[[maybe_unused]]
static inline bool operator==(
const AVChannelLayout &lhs,
23 const AVChannelLayout &rhs)
25 return lhs.order == rhs.order && lhs.nb_channels == rhs.nb_channels && lhs.u.mask == rhs.u.mask;
28[[maybe_unused]]
static inline bool operator!=(
const AVChannelLayout &lhs,
29 const AVChannelLayout &rhs)
48#if QT_FFMPEG_HAS_AV_CHANNEL_LAYOUT
bool operator==(const AVAudioFormat &lhs, const AVAudioFormat &rhs)
bool operator!=(const AVAudioFormat &lhs, const AVAudioFormat &rhs)
std::conditional_t< QT_FFMPEG_AVIO_WRITE_CONST, const uint8_t *, uint8_t * > AvioWriteBufferType
QDebug operator<<(QDebug dbg, const AVAudioFormat &format)