new codename, reset version to git
[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         optional
24
25 option "one_shot" o
26         "stop grabbing if audio file changes"
27         flag off
28         optional
29
30 option "mode" m
31         "select grab mode"
32         typestr="grab_mode"
33         values="sloppy","aggressive","pedantic"
34         default="sloppy"
35         optional