Search found 2 matches

Go to advanced search

by radx
31 Jul 2009 20:21
Forum: Development around libVLC
Topic: get meta-information
Replies: 2
Views: 1119

Re: get meta-information

If I use: _m = libvlc_media_new (_vlcinstance, song.toUtf8().data(), &_vlcexcep); libvlc_media_player_set_media (_mp, _m, &_vlcexcep); libvlc_media_player_play (_mp, &_vlcexcep ); qDebug() << libvlc_media_player_get_state(_mp, &_vlcexcep); I get empty string. But if I use sleep(1); q...
by radx
31 Jul 2009 17:47
Forum: Development around libVLC
Topic: get meta-information
Replies: 2
Views: 1119

get meta-information

I use libVLC in my Qt application. Some code: _m = libvlc_media_new (_vlcinstance, song.toUtf8().data(), &_vlcexcep); libvlc_media_player_set_media (_mp, _m, &_vlcexcep); libvlc_media_player_play (_mp, &_vlcexcep ); How can I get meta-information (author, title) of a currently playing fi...

Go to advanced search