diff options
Diffstat (limited to 'core/device.h')
-rw-r--r-- | core/device.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/device.h b/core/device.h index d626f2c4..31a88ee4 100644 --- a/core/device.h +++ b/core/device.h @@ -153,6 +153,8 @@ struct DeviceBase { DevFmtType FmtType{}; uint mAmbiOrder{0}; float mXOverFreq{400.0f}; + /* If the main device mix is horizontal/2D only. */ + bool m2DMixing{false}; /* For DevFmtAmbi* output only, specifies the channel order and * normalization. */ |