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