X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=ggo%2Fprebuffer_filter.m4;fp=ggo%2Fprebuffer_filter.m4;h=7553e9578d5e9bdccecdda34c6391ad840ea210d;hb=94a3c445bf70808292e3c239752970b9be05e8f5;hp=0000000000000000000000000000000000000000;hpb=fd2ef6eb6b306415f3e3d9ed5004cf982e757656;p=paraslash.git diff --git a/ggo/prebuffer_filter.m4 b/ggo/prebuffer_filter.m4 new file mode 100644 index 00000000..7553e957 --- /dev/null +++ b/ggo/prebuffer_filter.m4 @@ -0,0 +1,24 @@ +option "duration" d +#~~~~~~~~~~~~~~~~~~ +"prebuffer time" +int typestr="milliseconds" +default="200" +optional +details=" + Wait that many milliseconds before letting data go through. + The time interval starts when the first data byte is seen by + this filter. +" + +option "size" s +#~~~~~~~~~~~~~~ +"amount of data to prebuffer" +int typestr="bytes" +default="0" +optional +details=" + Wait until that many data bytes are available in the input buffer. + The default value of zero means to not prebuffer by size at all. + If both --duration and --size options are given and non-zero, the + filter waits until both conditions are met. +"