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