summaryrefslogtreecommitdiff
path: root/recstat.h
blob: 7d91a56a853b73ca7cc5689cd6d97811e1c86282 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * recstat.h
 */

#ifndef __RECSTAT_H
#define __RECSTAT_H


enum eRecStat {
        recWait,        /* wait for the first toggle */
        recOff,         /* no active recording */
        recStart,       /* start recording */
        recRun,         /* active recording */
        recStop,        /* stop recording */
};

#endif /* __RECSTAT_H */