|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include "threads/SingleLock.h"#include "VideoPlayerAudio.h"#include "ServiceBroker.h"#include "DVDCodecs/Audio/DVDAudioCodec.h"#include "DVDCodecs/DVDFactoryCodec.h"#include "cores/VideoPlayer/Interface/Addon/DemuxPacket.h"#include "settings/Settings.h"#include "settings/SettingsComponent.h"#include "system.h"#include "utils/log.h"#include "utils/MathUtils.h"#include "cores/AudioEngine/Interfaces/AE.h"#include "cores/AudioEngine/Utils/AEUtil.h"#include <sstream>#include <iomanip>#include <math.h>Classes | |
| class | CDVDMsgAudioCodecChange |