diff options
Diffstat (limited to 'indra/newview/llvoiceclient.h')
-rw-r--r-- | indra/newview/llvoiceclient.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/llvoiceclient.h b/indra/newview/llvoiceclient.h index 2fa309d959..02c0ece427 100644 --- a/indra/newview/llvoiceclient.h +++ b/indra/newview/llvoiceclient.h @@ -307,8 +307,9 @@ public: /// @name Preview buffer //@{ virtual void enablePreviewBuffer(bool enable) = 0; - virtual void recordPreviewBuffer(bool record) = 0; - virtual void playPreviewBuffer(bool play, const LLUUID& effect_id = LLUUID::null) = 0; + virtual void recordPreviewBuffer() = 0; + virtual void playPreviewBuffer(const LLUUID& effect_id = LLUUID::null) = 0; + virtual void stopPreviewBuffer() = 0; virtual bool isPreviewRecording() = 0; virtual bool isPreviewReady() = 0; |