Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2014-04-08 18:22:44 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2014-04-08 18:22:44 +0400
commitb02e0c470e3af21c9c6b9ca66552579bcc1585ef (patch)
treed1c9be9970872bef65a6a60203bfff0a74e1da5f /developer_info
parentd0e3602fdfb030ef6a08f6d20ef1a4368dace2d0 (diff)
Update developer_info0.61.2
Diffstat (limited to 'developer_info')
-rw-r--r--developer_info/LAVAudioSettings.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/developer_info/LAVAudioSettings.h b/developer_info/LAVAudioSettings.h
index 5a7aeea5..ba725e8e 100644
--- a/developer_info/LAVAudioSettings.h
+++ b/developer_info/LAVAudioSettings.h
@@ -185,6 +185,11 @@ interface ILAVAudioSettings : public IUnknown
// Toggle Dithering for sample format conversion
STDMETHOD(SetSampleConvertDithering)(BOOL bEnabled) = 0;
STDMETHOD_(BOOL,GetSampleConvertDithering)() = 0;
+
+ // Suppress sample format changes. This will allow channel count to increase, but not to reduce, instead adding empty channels
+ // This option is NOT persistent
+ STDMETHOD(SetSuppressFormatChanges)(BOOL bEnabled) = 0;
+ STDMETHOD_(BOOL, GetSuppressFormatChanges)() = 0;
};
// LAV Audio Status Interface