New upstream version 18.0.1+dfsg1
This commit is contained in:
parent
6efda2859e
commit
f2cf6cce50
1337 changed files with 41178 additions and 84670 deletions
|
|
@ -111,6 +111,7 @@ private:
|
|||
QString curPreset;
|
||||
QString curQSVPreset;
|
||||
QString curNVENCPreset;
|
||||
QString curAMDPreset;
|
||||
|
||||
QString curAdvStreamEncoder;
|
||||
QString curAdvRecordEncoder;
|
||||
|
|
@ -239,6 +240,7 @@ private:
|
|||
|
||||
void FillSimpleRecordingValues();
|
||||
void FillSimpleStreamingValues();
|
||||
void FillAudioMonitoringDevices();
|
||||
|
||||
void RecalcOutputResPixels(const char *resText);
|
||||
|
||||
|
|
@ -254,6 +256,7 @@ private slots:
|
|||
void on_advOutFFPathBrowse_clicked();
|
||||
void on_advOutEncoder_currentIndexChanged(int idx);
|
||||
void on_advOutRecEncoder_currentIndexChanged(int idx);
|
||||
void on_advOutFFIgnoreCompat_stateChanged(int state);
|
||||
void on_advOutFFFormat_currentIndexChanged(int idx);
|
||||
void on_advOutFFAEncoder_currentIndexChanged(int idx);
|
||||
void on_advOutFFVEncoder_currentIndexChanged(int idx);
|
||||
|
|
@ -283,12 +286,16 @@ private slots:
|
|||
|
||||
void UpdateStreamDelayEstimate();
|
||||
|
||||
void UpdateAutomaticReplayBufferCheckboxes();
|
||||
|
||||
void AdvOutRecCheckWarnings();
|
||||
|
||||
void SimpleRecordingQualityChanged();
|
||||
void SimpleRecordingEncoderChanged();
|
||||
void SimpleRecordingQualityLosslessWarning(int idx);
|
||||
|
||||
void SimpleReplayBufferChanged();
|
||||
|
||||
void SimpleStreamingEncoderChanged();
|
||||
|
||||
protected:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue