summaryrefslogtreecommitdiff
path: root/apps/recorder/recording.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/recording.h')
-rw-r--r--apps/recorder/recording.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/recorder/recording.h b/apps/recorder/recording.h
index a622f01d40..11d6e86e8c 100644
--- a/apps/recorder/recording.h
+++ b/apps/recorder/recording.h
@@ -49,7 +49,8 @@ enum recording_command
49 start recording */ 49 start recording */
50 RECORDING_CMD_START_NEWFILE, /* create unique filename and start recording*/ 50 RECORDING_CMD_START_NEWFILE, /* create unique filename and start recording*/
51 RECORDING_CMD_PAUSE, 51 RECORDING_CMD_PAUSE,
52 RECORDING_CMD_RESUME 52 RECORDING_CMD_RESUME,
53 RECORDING_CMD_STOP_SHUTDOWN /* stop recording and shutdown */
53}; 54};
54 55
55/* centralized way to start/stop/... recording */ 56/* centralized way to start/stop/... recording */