PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV (précédentes versions) → libvlc (libvlc_media_parse_with_options())
libvlc (libvlc_media_parse_with_options())
Débuté par Sven DB, 22 aoû. 2021 11:07 - Aucune réponse
Posté le 22 août 2021 - 11:07
Hi Guy's, not an newbie to Windev, but no expert either.

I'm struggling with libvlc (or how to address api's in in general). I have vlc outputting video to an image control. But i like to parse the meta data (i like to know how long the video is).

https://videolan.videolan.me/vlc/group__libvlc__media.html…

Procedure MediaParseWithOptions(varFilename is string)

API(:sDLL,"libvlc_media_parse_with_options",:mp,varFilename)

:AddToLog("VolumeGet:"+ nVol)

RESEND nVol


Does anybody have a working example of how to use vlc in Windev ? (or any other mediaplayer that supports .mp4 (h264).

Thank you.