![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <cassert>
#include "cores/AudioEngine/Utils/AEUtil.h"
#include "ActiveAEResamplePi.h"
#include "settings/Settings.h"
#include "utils/log.h"
#include "platform/linux/RBP.h"
#include <libavutil/channel_layout.h>
#include <libavutil/opt.h>
#include <libswresample/swresample.h>
Macros | |
#define | CLASSNAME "CActiveAEResamplePi" |
#define | BUFFERSIZE (32*1024*2*8) |
#define | LOGTIMEINIT(f) |
#define | LOGTIME(n) |
#define BUFFERSIZE (32*1024*2*8) |
#define CLASSNAME "CActiveAEResamplePi" |
#define LOGTIME | ( | n | ) |
#define LOGTIMEINIT | ( | f | ) |