Commit 0ffb6df6 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

LUA: update object types list

parent 9f496b5e
...@@ -155,10 +155,9 @@ object.find( object, type, mode ): Find an object of given type. mode can ...@@ -155,10 +155,9 @@ object.find( object, type, mode ): Find an object of given type. mode can
look in "object"'s parent objects. If set to "child" it will look in look in "object"'s parent objects. If set to "child" it will look in
"object"'s children. If set to "anywhere", it will look in all the "object"'s children. If set to "anywhere", it will look in all the
objects. If object is unset, the current module's object will be used. objects. If object is unset, the current module's object will be used.
Type can be: "libvlc", "module", "intf", "playlist", "input", "decoder", Type can be: "libvlc", "playlist", "input", "decoder",
"vout", "aout", "packetizer", "encoder", "dialogs", "announce", "demux", "vout", "aout", "packetizer", "encoder", "osdmenu", "generic".
"access", "stream", "opengl", "filter", "osdmenu", "httpd_host", This function is deprecated and slow and should be avoided.
"interaction", "generic". This function is slow and should be avoided.
object.find_name( object, name, mode ): Same as above except that it matches object.find_name( object, name, mode ): Same as above except that it matches
on the object's name and not type. This function is also slow and should on the object's name and not type. This function is also slow and should
be avoided if possible. be avoided if possible.
......
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