[vlc-commits] lua: document vlc.object.aout() and vlc.object.vout()
Pierre Ynard
git at videolan.org
Thu Sep 8 23:18:52 CEST 2011
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Thu Sep 8 23:18:04 2011 +0200| [cb6f35d73fc15bd52870671e8ef7f316b61d9b5d] | committer: Pierre Ynard
lua: document vlc.object.aout() and vlc.object.vout()
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cb6f35d73fc15bd52870671e8ef7f316b61d9b5d
---
share/lua/README.txt | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/share/lua/README.txt b/share/lua/README.txt
index ae0e492..23e1394 100644
--- a/share/lua/README.txt
+++ b/share/lua/README.txt
@@ -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.
More information about the vlc-commits
mailing list