Media list item.
More...
#include <VLCQtCore/MediaList.h>
|
void | itemAdded (libvlc_media_t *item, int index) |
| Signal sent on item added. More...
|
|
void | willAddItem (libvlc_media_t *item, int index) |
| Signal sent when item will be added. More...
|
|
void | itemDeleted (libvlc_media_t *item, int index) |
| Signal sent on item deleted. More...
|
|
void | willDeleteItem (libvlc_media_t *item, int index) |
| Signal sent when item will be deleted. More...
|
|
VlcMediaList holds multiple VlcMedia items to play in sequence.
This constructor creates a new media list instance.
- Parameters
-
instance | main libvlc instance |
void VlcMediaList::addMedia |
( |
VlcMedia * |
media | ) |
|
VlcMedia * VlcMediaList::at |
( |
int |
index | ) |
|
libvlc_media_list_t * VlcMediaList::core |
( |
| ) |
|
- Returns
- libvlc media list item (libvlc_media_list_t *)
int VlcMediaList::count |
( |
| ) |
|
int VlcMediaList::indexOf |
( |
VlcMedia * |
media | ) |
|
- Parameters
-
- Returns
- media item index (int)
int VlcMediaList::indexOf |
( |
libvlc_media_t * |
media | ) |
|
- Parameters
-
- Returns
- media item index (int)
void VlcMediaList::insertMedia |
( |
VlcMedia * |
media, |
|
|
int |
index |
|
) |
| |
- Parameters
-
media | media item |
index | item position |
void VlcMediaList::itemAdded |
( |
libvlc_media_t * |
item, |
|
|
int |
index |
|
) |
| |
|
signal |
- Parameters
-
item | item that was added |
index | index of item |
void VlcMediaList::itemDeleted |
( |
libvlc_media_t * |
item, |
|
|
int |
index |
|
) |
| |
|
signal |
- Parameters
-
item | item that was added |
index | index of item |
void VlcMediaList::removeMedia |
( |
int |
index | ) |
|
void VlcMediaList::willAddItem |
( |
libvlc_media_t * |
item, |
|
|
int |
index |
|
) |
| |
|
signal |
- Parameters
-
item | item that will be added |
index | index of item |
void VlcMediaList::willDeleteItem |
( |
libvlc_media_t * |
item, |
|
|
int |
index |
|
) |
| |
|
signal |
- Parameters
-
item | item that will be deleted |
index | index of item |
The documentation for this class was generated from the following files:
- MediaList.h
- MediaList.cpp