Hi!
I use PasLibVlc 2.2.2 with Delphi 10 Seattle which works perfectly, thank you!
But how can I get the video TITLE (aka "movie name") which is displayed as an overlay when PasLibVlcPlayer1.TitleShow = True as a string?
So I don't want to display the movie title with the TitleShow property, but I want to get the movie title as a string, so I can show it in a TLabel, for example.
I couldn't figure out how to get the movie title as a string.
Could anybody tell me the trick? Many thanks in advance!