]> git.sesse.net Git - vlc/commit
python bindings: allow to pass values in the vlc.Position constructor:
authorOlivier Aubert <olivier.aubert@liris.cnrs.fr>
Sun, 20 May 2007 15:08:53 +0000 (15:08 +0000)
committerOlivier Aubert <olivier.aubert@liris.cnrs.fr>
Sun, 20 May 2007 15:08:53 +0000 (15:08 +0000)
commit18959e10b702b913c0e9461518d34c4bb160e77b
tree3fb710130c29960b5efb6ec81606aa80571c6e79
parentf376fdb9df8064ab9904c4a50f9ee44210804423
python bindings: allow to pass values in the vlc.Position constructor:
 p = vlc.Position(value=16, origin=vlc.RelativePosition)
Defaults to value=0, origin=AbsolutePosition, key=MediaTime
bindings/python/vlc_module.c
bindings/python/vlc_position.c