diff options
Diffstat (limited to 'src/DecoderControl.hxx')
-rw-r--r-- | src/DecoderControl.hxx | 12 |
1 files changed, 12 insertions, 0 deletions
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); |