Apr-30-2019, 10:54 PM
(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.