Media List Player.
More...
#include <VLCQtCore/MediaListPlayer.h>
|
void | itemAt (int index) |
| Starts playing item at specific position. More...
|
|
void | next () |
| Starts playing next item in the list.
|
|
void | play () |
| Starts playing media list.
|
|
void | previous () |
| Starts playing previous item in the list.
|
|
void | stop () |
| Stops playing.
|
|
|
void | played () |
| Signal sent when played.
|
|
void | nextItemSet (libvlc_media_t *media) |
| Signal sent on next item set. More...
|
|
void | stopped () |
| Signal sent when stopped.
|
|
A basic MediaListPlayer manager for VLC-Qt library. It provides internal playlist support. Requires a valid VlcMediaPlayer.
VlcMediaListPlayer::VlcMediaListPlayer |
( |
VlcInstance * |
instance | ) |
|
|
explicit |
VlcMediaListPlayer::~VlcMediaListPlayer |
( |
| ) |
|
libvlc_media_list_player_t * VlcMediaListPlayer::core |
( |
| ) |
|
- Returns
- libvlc media list player (libvlc_media_list_player_t *)
void VlcMediaListPlayer::itemAt |
( |
int |
index | ) |
|
|
slot |
void VlcMediaListPlayer::nextItemSet |
( |
libvlc_media_t * |
media | ) |
|
|
signal |
void VlcMediaListPlayer::setMediaList |
( |
VlcMediaList * |
list | ) |
|
The documentation for this class was generated from the following files:
- MediaListPlayer.h
- MediaListPlayer.cpp