Problem with Python Wrapper to libVLC
Posted: 12 Jan 2010 18:53
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...
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...