Page 1 of 1

Problem with Python Wrapper to libVLC

Posted: 12 Jan 2010 18:53
by dlopez
Hi all...

I am trying to use the VLC player object from a python program, using the wrapper vlc.py of the libvlc.so library. I have a question about it:

- What happens with the "next_frame" method defined in a "MediaPlayer" object? Why is it not defined in the library API? The documentation says that the method exists, and if you execute the VLC MediaPlayer GoldenEye 1.0.4, there is a "frame" button I suppose that uses that API....

Anybody could help me please?

Thank you very much... :)

Re: Problem with Python Wrapper to libVLC

Posted: 27 Jan 2010 10:21
by OlivierAubert
libvlc_media_player_next_frame has been introduced into the 1.1 version of VLC. It is not available in 1.0.*.

I will split the generated documentation into 1.0.* and 1.1.* documentation to avoid such confusions in the future.