Python Forum

Full Version: Can't work out parameter format for LibVLC functions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(Apr-30-2019, 05:23 AM)Yoriz Wrote: [ -> ]video_set_aspect_ratio calls libvlc_video_set_aspect_ratio by using str_to_bytes(psz_aspect)

Ah... thank you. I was about to ask you where you got the definition for those shorter versions of the functions (eg. player.video_set_aspect_ratio) because I could only find the long ones (eg.libvlc_video_set_aspect_ratio(player)) but now I see that's under the MediaPlayer object.
Pages: 1 2