[vlc-devel] Using LibVLC to attach media_player to existing interface
Rémi Denis-Courmont
remi at remlab.net
Tue Apr 15 09:27:12 CEST 2014
Hello,
On Mon, 14 Apr 2014 20:41:53 -0500, Kevin Boos <kevinaboos at gmail.com>
wrote:
> However, I don’t want to attach a media_player instance to the “vout"
> interface because it lacks important features like user controls, etc.
I’d
> like to attach a libvlc_media_player_t to a “qt4” instance that has a
> fully-featured media player window with all the bells & whistles.
There is no such thing as a "vout" interface. libvlc is a media playback
library, not a media player user interface.
> Is there a way to get a handle to the media_player for a specific
> interface window? I’d like to monitor what happens in the qt4 interface
> window using callbacks that I add with the libvlc_event_attach()
function.
There is no such thing as a media player for a specific interface window.
The built-in Qt4 UI does not even use a media player instance.
--
Rémi Denis-Courmont
Sent from my collocated server
More information about the vlc-devel
mailing list