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