removed unused stuff
This commit is contained in:
@@ -68,21 +68,13 @@ class MediaPlayer : public Wt::WTemplate
|
|||||||
Release = 3,
|
Release = 3,
|
||||||
};
|
};
|
||||||
|
|
||||||
enum class ClippingPreventionMode
|
|
||||||
{
|
|
||||||
None = 0,
|
|
||||||
LowerVolume = 1,
|
|
||||||
};
|
|
||||||
|
|
||||||
static inline constexpr Mode defaultMode {Mode::None};
|
static inline constexpr Mode defaultMode {Mode::None};
|
||||||
static inline constexpr Gain defaultPreAmpGain {};
|
static inline constexpr Gain defaultPreAmpGain {};
|
||||||
static inline constexpr Gain minPreAmpGain {-15};
|
static inline constexpr Gain minPreAmpGain {-15};
|
||||||
static inline constexpr Gain maxPreAmpGain {15};
|
static inline constexpr Gain maxPreAmpGain {15};
|
||||||
static inline constexpr ClippingPreventionMode defaultClippingPreventionMode {ClippingPreventionMode::None};
|
|
||||||
|
|
||||||
Mode mode;
|
Mode mode;
|
||||||
Gain preAmpGain;
|
Gain preAmpGain;
|
||||||
ClippingPreventionMode clippingPreventionMode;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
Transcode transcode;
|
Transcode transcode;
|
||||||
|
|||||||
Reference in New Issue
Block a user