Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <AudioTranslator.h>
Static Public Member Functions | |
static AEDataFormat | TranslatePCMFormat (PCMFormat format) |
Translate audio PCM format (Game API to AudioEngine). | |
static AEChannel | TranslateAudioChannel (AudioChannel channel) |
Translate audio channels (Game API to AudioEngine). | |
|
static |
Translate audio channels (Game API to AudioEngine).
format | The audio channels to translate. |
|
static |
Translate audio PCM format (Game API to AudioEngine).
format | The audio PCM format to translate. |