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>2011-08-16 18:19:07 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2011-08-16 18:19:07 +0400
commit00196b450e88a031296186a81084822e0210b34f (patch)
treed1425f6d42ba0c36f572415bf25bcc17e291467d /developer_info
parent01aa5f889d4d5d2127bc757fa6595e01a1f16719 (diff)
Update LAVAudioSettings in developer_info
Diffstat (limited to 'developer_info')
-rw-r--r--developer_info/LAVAudioSettings.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/developer_info/LAVAudioSettings.h b/developer_info/LAVAudioSettings.h
index 32b3a7b1..83b60689 100644
--- a/developer_info/LAVAudioSettings.h
+++ b/developer_info/LAVAudioSettings.h
@@ -122,6 +122,10 @@ interface ILAVAudioSettings : public IUnknown
// Expand 6.1 to 7.1 by doubling the back center
STDMETHOD_(BOOL,GetExpand61)() = 0;
STDMETHOD(SetExpand61)(BOOL bExpand61) = 0;
+
+ // Allow Raw PCM and SPDIF encoded input
+ STDMETHOD_(BOOL,GetAllowRawSPDIFInput)() = 0;
+ STDMETHOD(SetAllowRawSPDIFInput)(BOOL bAllow) = 0;
};
// LAV Audio Status Interface