filter_common: Fix error checking.
[paraslash.git] / write.ggo
1 option "loglevel" l
2 #~~~~~~~~~~~~~~~~~~
3 "set loglevel (0-6)"
4 int typestr="level"
5 default="4"
6 optional
7
8 option "bufsize" b
9 #~~~~~~~~~~~~~~~~~
10 "input buffer size"
11 int typestr="kilobytes"
12 default="64"
13 optional
14
15 option "writer" w
16 #~~~~~~~~~~~~~~~~
17 "select stream writer"
18 string typestr="name"
19 default="alsa (file if alsa is unsupported)"
20 optional
21 multiple
22 details="
23         May be give multiple times. The same writer may be specified
24         more than once.
25 "
26
27 option "start_time" t
28 #~~~~~~~~~~~~~~~~~~~~
29 "defer playback"
30 string typestr="timeval"
31 optional
32 details="
33         Start playback at given time which must be in a:b format where
34         a denotes seconds and b denotes microseconds since the epoch.
35 "