diff options
Diffstat (limited to 'core/device.h')
-rw-r--r-- | core/device.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/core/device.h b/core/device.h index 0ffc05c4..5e2a3bfd 100644 --- a/core/device.h +++ b/core/device.h @@ -121,6 +121,10 @@ enum { // Specifies if the device is currently running DeviceRunning, + // Specifies if the output plays directly on/in ears (headphones, headset, + // ear buds, etc). + DirectEar, + DeviceFlagsCount }; @@ -139,7 +143,6 @@ struct DeviceBase { DevFmtChannels FmtChans{}; DevFmtType FmtType{}; - bool IsHeadphones{false}; uint mAmbiOrder{0}; float mXOverFreq{400.0f}; /* For DevFmtAmbi* output only, specifies the channel order and |