Skip to content

Commit

Permalink
Update developer_info
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevcairiel committed Apr 8, 2014
1 parent d0e3602 commit b02e0c4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions developer_info/LAVAudioSettings.h
Expand Up @@ -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
Expand Down

0 comments on commit b02e0c4

Please sign in to comment.