libvlc_event_manager_t |
LibVlc.libvlc_media_list_player_event_manager(libvlc_media_list_player_t p_mlp)
Return the event manager of this media_list_player.
|
int |
LibVlc.libvlc_media_list_player_get_state(libvlc_media_list_player_t p_mlp)
Get current libvlc_state of media list player
|
int |
LibVlc.libvlc_media_list_player_is_playing(libvlc_media_list_player_t p_mlp)
Is media list playing?
|
int |
LibVlc.libvlc_media_list_player_next(libvlc_media_list_player_t p_mlp)
Play next item from media list
|
void |
LibVlc.libvlc_media_list_player_pause(libvlc_media_list_player_t p_mlp)
Pause media list
|
int |
LibVlc.libvlc_media_list_player_play_item_at_index(libvlc_media_list_player_t p_mlp,
int i_index)
Play media list item at position index
|
int |
LibVlc.libvlc_media_list_player_play_item(libvlc_media_list_player_t p_mlp,
libvlc_media_t p_md)
Play the given media item
|
void |
LibVlc.libvlc_media_list_player_play(libvlc_media_list_player_t p_mlp)
Play media list
|
int |
LibVlc.libvlc_media_list_player_previous(libvlc_media_list_player_t p_mlp)
Play previous item from media list
|
void |
LibVlc.libvlc_media_list_player_release(libvlc_media_list_player_t p_mlp)
Release a media_list_player after use.
|
void |
LibVlc.libvlc_media_list_player_retain(libvlc_media_list_player_t p_mlp)
Retain a reference to a media player list object.
|
void |
LibVlc.libvlc_media_list_player_set_media_list(libvlc_media_list_player_t p_mlp,
libvlc_media_list_t p_mlist)
Set the media list associated with the player
|
void |
LibVlc.libvlc_media_list_player_set_media_player(libvlc_media_list_player_t p_mlp,
libvlc_media_player_t p_mi)
Replace media player in media_list_player with this instance.
|
void |
LibVlc.libvlc_media_list_player_set_playback_mode(libvlc_media_list_player_t p_mlp,
int e_mode)
Sets the playback mode for the playlist
|
void |
LibVlc.libvlc_media_list_player_stop(libvlc_media_list_player_t p_mlp)
Stop playing media list
|