1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Linus Nielsen Feltzing 2004-06-03 12:10:40 +00:00
parent 748b3899e6
commit f487ebe376
3 changed files with 92 additions and 22 deletions

View file

@ -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);