c48b7ef565dcb799e8b8ed1cc0210c7bddae4b4f
[paraslash.git] / grab_client.ggo
1 option "filter_num" f "point of filter chain to grab" int typestr="num" default="1" optional
2 option "slot" s "only grab this slot; grab any slot if negative" int typestr="num" default="-1" optional
3 option "mode" m "sloppy, pedantic, or aggressive" string typestr="grab_mode" default="sloppy" optional
4 option "audio_format" a "only grab this type of input stream; grab any if empty" string typestr="name" default="" optional
5 option "input_grab" i "grab the filter input instead of its output" flag off optional
6 option "one_shot" o "stop grabbing if audio file changes" flag off optional