Commit cb6f35d7 authored by Pierre Ynard's avatar Pierre Ynard

lua: document vlc.object.aout() and vlc.object.vout()

parent 7a574861
......@@ -221,6 +221,8 @@ Objects
object.input(): Get the current input object.
object.playlist(): Get the playlist object.
object.libvlc(): Get the libvlc object.
object.aout(): Get the audio output object.
object.vout(): Get the video output object.
object.find( object, type, mode ): Return nil. DO NOT USE.
......
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