Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
KODI::RETRO::CAudioTranslator Class Reference

#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).
 

Member Function Documentation

◆ TranslateAudioChannel()

AEChannel CAudioTranslator::TranslateAudioChannel ( AudioChannel channel)
static

Translate audio channels (Game API to AudioEngine).

Parameters
formatThe audio channels to translate.
Returns
Translated audio channels.

◆ TranslatePCMFormat()

AEDataFormat CAudioTranslator::TranslatePCMFormat ( PCMFormat format)
static

Translate audio PCM format (Game API to AudioEngine).

Parameters
formatThe audio PCM format to translate.
Returns
Translated audio PCM format.

The documentation for this class was generated from the following files: