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