Media list item.
More...
#include <vlc-qt/Media.h>
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 * |
, |
|
|
int |
|
|
) |
| |
|
signal |
- Parameters
-
libvlc_media_t | * item |
int | index |
void VlcMediaList::itemDeleted |
( |
libvlc_media_t * |
, |
|
|
int |
|
|
) |
| |
|
signal |
- Parameters
-
libvlc_media_t | * item |
int | index |
void VlcMediaList::removeMedia |
( |
int |
index | ) |
|
void VlcMediaList::willAddItem |
( |
libvlc_media_t * |
, |
|
|
int |
|
|
) |
| |
|
signal |
- Parameters
-
libvlc_media_t | * item |
int | index |
void VlcMediaList::willDeleteItem |
( |
libvlc_media_t * |
, |
|
|
int |
|
|
) |
| |
|
signal |
- Parameters
-
libvlc_media_t | * item |
int | index |
The documentation for this class was generated from the following files:
- MediaList.h
- MediaList.cpp