From f487ebe376a8d6e8c9609d292aca018f781b2a56 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Thu, 3 Jun 2004 12:10:40 +0000 Subject: The Play button now acts as a Pause button during recording instead of opening a new file. The new-file feature is moved to the F3 button. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4715 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/mpeg.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware/export/mpeg.h') diff --git a/firmware/export/mpeg.h b/firmware/export/mpeg.h index 5625b03464..252e509c94 100644 --- a/firmware/export/mpeg.h +++ b/firmware/export/mpeg.h @@ -85,6 +85,8 @@ void mpeg_set_recording_options(int frequency, int quality, void mpeg_set_recording_gain(int left, int right, bool use_mic); unsigned long mpeg_recorded_time(void); unsigned long mpeg_num_recorded_bytes(void); +void mpeg_pause_recording(void); +void mpeg_resume_recording(void); #endif void mpeg_get_debugdata(struct mpeg_debug *dbgdata); void mpeg_set_buffer_margin(int seconds); -- cgit v1.2.3