Page 1 of 1

Accessing libVLC features from Pascal/Delphi wrapped lib

Posted: 23 Jun 2014 18:44
by starapple
Greetings. Can one access from the console features in libVLC that is in a wrapper such as that for Free Pascal (Lazarus)? I'm wondering whether placing an instance of the wrapper in a project means that classes/functions not accessed directly in a form can be reached by starting a process. For argument's sake, if the developer primarily exposed audio functions, can I start a process and directly access video functions?

Thanks.

Re: Accessing libVLC features from Pascal/Delphi wrapped lib

Posted: 09 Jul 2014 03:24
by Jean-Baptiste Kempf
In theory, it's doable. But noone has done it correctly, so far.