Get rid of afd->path.
[paraslash.git] / grab_client.ggo
1 option "filter_num" f
2 "point of filter chain to grab"
3 int typestr="num"
4 default="1"
5 optional
6
7 option "slot" s
8 "only grab this slot; grab any slot if negative"
9 int typestr="num"
10 default="-1"
11 optional
12
13 option "audio_format" a
14 "only grab this type of input stream;
15 grab any if empty"
16 string typestr="name"
17 default=""
18 optional
19
20 option "input_grab" i
21 "grab the filter input instead of its output"
22 flag off
23
24 option "one_shot" o
25 "stop grabbing if audio file changes"
26 flag off
27
28 option "mode" m
29 "select grab mode"
30 typestr="grab_mode"
31 values="sloppy","aggressive","pedantic"
32 default="sloppy"
33 optional