Commit 1a9b8377 authored by Jean-Philippe André's avatar Jean-Philippe André

Lua: document function vlc.stream : addfilter

parent 9304b7db
......@@ -271,6 +271,7 @@ stream( url ): Instantiate a stream object for specific url.
s = vlc.stream( "http://www.videolan.org/" )
s:read( 128 ) -- read up to 128 characters. Return 0 if no more data is available (FIXME?).
s:readline() -- read a line. Return nil if EOF was reached.
s:addfilter() -- add a stream filter. If no argument was specified, try to add all automatic stream filters.
Strings
-------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment