]> git.sesse.net Git - vlc/commitdiff
lua: document vlc.object.aout() and vlc.object.vout()
authorPierre Ynard <linkfanel@yahoo.fr>
Thu, 8 Sep 2011 21:18:04 +0000 (23:18 +0200)
committerPierre Ynard <linkfanel@yahoo.fr>
Thu, 8 Sep 2011 21:18:04 +0000 (23:18 +0200)
share/lua/README.txt

index ae0e492a468d7eb9faabc33a1855fa09edf72c5d..23e139479a0121f4c5795ca985ab989e10a5b5df 100644 (file)
@@ -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.