13#ifndef __SOFTHDCONFIG_H
14#define __SOFTHDCONFIG_H
56 { 0, 0, 0, 0, 0, 0, 0, 0, 0,
57 0, 0, 0, 0, 0, 0, 0, 0, 0 };
bool ConfigParseH264Dimensions
parse h264 stream for width and height for decoder init
int ConfigVideoAudioDelayMs
config audio delay
const char * ConfigDisplayResolution
display resolution (syntax: "1920x1080@50")
std::atomic< int > StatMaxLongTermAudioJitterMs
logged max overall audio jitter since stream start
bool ConfigLogState
flag logging on/off
bool ConfigAudioNormalize
config use normalize volume
int ConfigAudioAutoAES
config automatic AES handling
int ConfigAudioStereoDescent
config reduce stereo loudness
int ConfigMaxSizeGPUImageCache
config max gpu image cache size
int m_decoderNeedsMaxPackets
std::atomic< int > StatMaxShortTermAudioJitterMs
logged max audio jitter of the last 1000 packets
int ConfigParseH264StreamStart
log frames at stream start up to the given number of I-Frames
int ConfigDecoderFallbackToSwNumPkts
maximum number of packets sent before fallback to sw decoder
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 ConfigVideoEnableHDR
enable HDR
int ConfigDisableOglOsd
config disable ogl osd
int ConfigPipAltTopPercent
0 = aligned to top, 100 = aligned to bottom
const char * CurrentDecoderType
current decoder type: "hardware" or "software"
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
std::atomic< int > StatMaxShortTermVideoJitterMs
logged max video jitter of the last 1000 packets
int ConfigPipTopPercent
0 = aligned to top, 100 = aligned to bottom
bool ConfigDecoderNeedsIFrame
start h264 decoder only when an I-Frame arrives
const char * CurrentDecoderName
current decoder name
bool ConfigDecoderFallbackToSw
fallback to software decoder if the hardware decoder fails
int ConfigAudioEq
config equalizer filter
int ConfigPipScalePercent
scale factor of pip video
int ConfigAudioPassthroughMask
config audio pass-through mask
std::atomic< int > StatMaxLongTermVideoJitterMs
logged max overall video jitter since stream start
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
int ConfigDropInvalidH264PFrames
drop P-Frames with invalid references on stream start up to the given number of I-Frames
void SetDecoderNeedsMaxPackets(int)
bool SetupParse(const char *, const char *)
Parse setup parameters.
int GetDecoderNeedsMaxPackets(void)