PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV (versiones precedentes) → libvlc (libvlc_media_parse_with_options())
libvlc (libvlc_media_parse_with_options())
Iniciado por Sven DB, 22,ago. 2021 11:07 - No hay respuesta
Publicado el 22,agosto 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.