[vlc-devel] [PATCH] libvlc_config_update : PUBLIC API for realtime config update

basos g noxelia at gmail.com
Fri Dec 12 22:10:15 CET 2008


This is the new testted version against trunk.

Description:

You can use it to update realtime (after libvlc_new has been called)
the configuration parameters that are exported from modules. The
format is the same used on argv appart from -- prefix. Thus you can
see configuration parameters by issuing vlc -H or vlc -p module.
 This applyes to config paramenters that map to command variables only.
 An exception is raised when the variable is not a command one.
There is also a hackish approach to update internal module variables
that is enabled be the b_lookVars parameter. This enables module specific
actions to be triggered from libvlc users without polluting module
configuration (that is shown on vlc -H )
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-libvlc_config_update-PUBLIC-API-for-realtime-confi.patch
Type: text/x-diff
Size: 10511 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20081212/67196a41/attachment.patch>


More information about the vlc-devel mailing list