PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV (earlier versions) → libvlc (libvlc_media_parse_with_options())
libvlc (libvlc_media_parse_with_options())
Started by Sven DB, Aug., 22 2021 11:07 AM - No answer
Posted on August, 22 2021 - 11:07 AM
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.