20#ifndef __SOFTHDCONFIG_H
21#define __SOFTHDCONFIG_H
37 bool ConfigWritePngs =
false;
39 int ConfigMaxSizeGPUImageCache = 128;
40 int ConfigDisableOglOsd = 0;
56 { 0, 0, 0, 0, 0, 0, 0, 0, 0,
57 0, 0, 0, 0, 0, 0, 0, 0, 0 };
int ConfigVideoAudioDelayMs
config audio delay
const char * ConfigDisplayResolution
display resolution (syntax: "1920x1080@50")
bool ConfigLogState
flag logging on/off
bool ConfigAudioNormalize
config use normalize volume
int ConfigAudioAutoAES
config automatic AES handling
int ConfigAudioStereoDescent
config reduce stereo loudness
bool ConfigAudioCompression
config use volume compression
bool ConfigAudioPassthroughState
flag audio-passthrough on/off
const char * ConfigAudioPCMDevice
audio PCM device
bool ConfigAudioSoftvol
config use software volume
bool ConfigDisableDeint
disable deinterlacer
int ConfigPipAltTopPercent
0 = aligned to top, 100 = aligned to bottom
int ConfigAudioEqBand[18]
config equalizer filter bands
int ConfigPipLeftPercent
0 = aligned to left, 100 = aligned to right
int ConfigAdditionalBufferLengthMs
config size ms of a/v buffer
int ConfigAudioMaxCompression
config max volume compression
cSoftHdConfig(void)=default
int ConfigPipAltLeftPercent
0 = aligned to left, 100 = aligned to right
int ConfigLogLevels
loglevel config
const char * ConfigAudioMixerChannel
audio mixer channel name
int ConfigPipAltScalePercent
alternative scale factor of pip video
bool SetupParse(const char *, const char *)
Parse setup parameters.
int ConfigPipTopPercent
0 = aligned to top, 100 = aligned to bottom
int ConfigAudioEq
config equalizer filter
int ConfigPipScalePercent
scale factor of pip video
int ConfigAudioPassthroughMask
config audio pass-through mask
bool ConfigHideMainMenuEntry
config hide main menu entry
bool ConfigAudioDownmix
config ffmpeg audio downmix
const char * ConfigAudioPassthroughDevice
audio passthrough device
int ConfigAudioMaxNormalize
config max normalize factor
virtual ~cSoftHdConfig(void)
cSoftHdConfig destructor