connected vlc to play audio
This commit is contained in:
parent
20094b0cf2
commit
71f7652a8a
4 changed files with 44 additions and 19 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
#include <VLCQtCore/Common.h>
|
||||
#include <VLCQtCore/Instance.h>
|
||||
#include <VLCQtCore/MediaPlayer.h>
|
||||
#include <VLCQtCore/MediaListPlayer.h>
|
||||
|
||||
class MusicModel;
|
||||
|
||||
|
|
@ -34,7 +34,7 @@ private:
|
|||
MusicModel* mModel;
|
||||
|
||||
VlcInstance* mVlc;
|
||||
VlcMediaPlayer* mPlayer;
|
||||
VlcMediaListPlayer* mPlayer;
|
||||
};
|
||||
|
||||
#endif // MUSICCONTROLLER_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue