diff options
Diffstat (limited to 'command/audio.h')
-rw-r--r-- | command/audio.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/command/audio.h b/command/audio.h index 6bb2b2e..4c6c819 100644 --- a/command/audio.h +++ b/command/audio.h @@ -16,14 +16,11 @@ private: MarkAdContext *macontext; MarkAdMark mark; - void ResetMark(); - bool AddMark(int Type, int Position, const char *Comment); - + void resetmark(); + void setmark(int type, int position, int channelsbefore, int channelsafter); int channels; - bool ChannelChange(int a, int b); + bool channelchange(int a, int b); int framelast; - - MarkAdPos result; public: cMarkAdAudio(MarkAdContext *maContext); ~cMarkAdAudio(); |