From 59ad6265a170d8105183ac65bd6663d53124d360 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 26 Oct 2013 14:08:09 +0200 Subject: DecoderControl: add MixRamp getters --- src/DecoderControl.hxx | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/DecoderControl.hxx') diff --git a/src/DecoderControl.hxx b/src/DecoderControl.hxx index bc2e7d786..47fb81c9a 100644 --- a/src/DecoderControl.hxx +++ b/src/DecoderControl.hxx @@ -350,6 +350,18 @@ public: void Quit(); + const char *GetMixRampStart() const { + return mixramp_start; + } + + const char *GetMixRampEnd() const { + return mixramp_end; + } + + const char *GetMixRampPreviousEnd() const { + return mixramp_prev_end; + } + void MixRampStart(char *_mixramp_start); void MixRampEnd(char *_mixramp_end); void MixRampPrevEnd(char *_mixramp_prev_end); -- cgit v1.2.3