MythTV  master
Macros
audiooutputaudiotrack.cpp File Reference
#include <QAndroidJniObject>
#include <QAndroidJniEnvironment>
#include <android/log.h>
#include "libmythbase/mythlogging.h"
#include "audiooutputaudiotrack.h"
Include dependency graph for audiooutputaudiotrack.cpp:

Go to the source code of this file.

Macros

#define CHANNELS_MIN   1
 
#define CHANNELS_MAX   8
 
#define ANDROID_EXCEPTION_CHECK
 
#define ANDROID_EXCEPTION_CLEAR
 
#define LOC   QString("AudioTrack: ")
 
#define AF_CHANNEL_OUT_MONO   4
 
#define AF_ENCODING_AC3   5
 
#define AF_ENCODING_E_AC3   6
 
#define AF_ENCODING_DTS   7
 
#define AF_ENCODING_DOLBY_TRUEHD   14
 
#define AF_ENCODING_PCM_8BIT   3
 
#define AF_ENCODING_PCM_16BIT   2
 
#define AF_ENCODING_PCM_FLOAT   4
 

Macro Definition Documentation

◆ CHANNELS_MIN

#define CHANNELS_MIN   1

Definition at line 8 of file audiooutputaudiotrack.cpp.

◆ CHANNELS_MAX

#define CHANNELS_MAX   8

Definition at line 9 of file audiooutputaudiotrack.cpp.

◆ ANDROID_EXCEPTION_CHECK

#define ANDROID_EXCEPTION_CHECK
Value:
if (env->ExceptionCheck()) { \
env->ExceptionDescribe(); \
env->ExceptionClear(); \
exception=true; \
} else \
exception=false;

Definition at line 11 of file audiooutputaudiotrack.cpp.

◆ ANDROID_EXCEPTION_CLEAR

#define ANDROID_EXCEPTION_CLEAR
Value:
if (env->ExceptionCheck()) { \
env->ExceptionDescribe(); \
env->ExceptionClear(); \
}

Definition at line 19 of file audiooutputaudiotrack.cpp.

◆ LOC

#define LOC   QString("AudioTrack: ")

Definition at line 25 of file audiooutputaudiotrack.cpp.

◆ AF_CHANNEL_OUT_MONO

#define AF_CHANNEL_OUT_MONO   4

Definition at line 29 of file audiooutputaudiotrack.cpp.

◆ AF_ENCODING_AC3

#define AF_ENCODING_AC3   5

Definition at line 30 of file audiooutputaudiotrack.cpp.

◆ AF_ENCODING_E_AC3

#define AF_ENCODING_E_AC3   6

Definition at line 31 of file audiooutputaudiotrack.cpp.

◆ AF_ENCODING_DTS

#define AF_ENCODING_DTS   7

Definition at line 32 of file audiooutputaudiotrack.cpp.

◆ AF_ENCODING_DOLBY_TRUEHD

#define AF_ENCODING_DOLBY_TRUEHD   14

Definition at line 33 of file audiooutputaudiotrack.cpp.

◆ AF_ENCODING_PCM_8BIT

#define AF_ENCODING_PCM_8BIT   3

Definition at line 34 of file audiooutputaudiotrack.cpp.

◆ AF_ENCODING_PCM_16BIT

#define AF_ENCODING_PCM_16BIT   2

Definition at line 35 of file audiooutputaudiotrack.cpp.

◆ AF_ENCODING_PCM_FLOAT

#define AF_ENCODING_PCM_FLOAT   4

Definition at line 36 of file audiooutputaudiotrack.cpp.