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
Showing
Please register or sign in to comment
p = vlc.Position(value=16, origin=vlc.RelativePosition) Defaults to value=0, origin=AbsolutePosition, key=MediaTime