|
MythTV master
|
#include "audiooutpututil.h"#include <cstdint>#include <limits>#include <QtGlobal>#include <QtEndian>#include "libmythbase/mythlogging.h"#include "audioconvert.h"#include "mythaverror.h"#include "mythavframe.h"#include "libavcodec/avcodec.h"#include "pink.h"Go to the source code of this file.
Macros | |
| #define | LOC QString("AOUtil: ") |
Functions | |
| template<class AudioDataType > | |
| void | tMuteChannel (AudioDataType *buffer, int channels, int ch, int frames) |
| #define LOC QString("AOUtil: ") |
Definition at line 20 of file audiooutpututil.cpp.
| void tMuteChannel | ( | AudioDataType * | buffer, |
| int | channels, | ||
| int | ch, | ||
| int | frames | ||
| ) |
Definition at line 156 of file audiooutpututil.cpp.
Referenced by AudioOutputUtil::MuteChannel().