summaryrefslogtreecommitdiffstats
path: root/firmware/export/mpeg.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-06-03 12:10:40 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-06-03 12:10:40 +0000
commitf487ebe376a8d6e8c9609d292aca018f781b2a56 (patch)
treedb214b75df5656a89fb72688cbdc8ec7c2a07c64 /firmware/export/mpeg.h
parent748b3899e6d8676d3b12f95769c50bb7e441cb00 (diff)
downloadrockbox-f487ebe376a8d6e8c9609d292aca018f781b2a56.tar.gz
rockbox-f487ebe376a8d6e8c9609d292aca018f781b2a56.zip
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
Diffstat (limited to 'firmware/export/mpeg.h')
-rw-r--r--firmware/export/mpeg.h2
1 files changed, 2 insertions, 0 deletions
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);