The mp4 tagger.
[paraslash.git] / m4 / gengetopt / ao_write.m4
1 args "--no-version --no-help"
2
3 purpose "Output plugin for libao"
4
5 include(header.m4)
6 <qu>
7
8 option "driver" d
9 #~~~~~~~~~~~~~~~~
10 "Select a output driver by name"
11 string typestr = "name"
12 optional
13 details = "
14         If this is not given, the driver with the highest priority
15         (see below) will be used.
16 "
17
18 option "ao-option" o
19 #~~~~~~~~~~~~~~~~~~~
20 "Pass a key-value pair to the libao driver"
21 string typestr = "key:value"
22 optional
23 multiple
24 details = "
25         For each time this option is given, the supplied key-value
26         pair is appended to the list of options for the driver. Invalid
27         keys are silently ignored.
28 "
29
30 </qu>