Collaboration diagram for libvlc_media_list_player:
|
You can see that as a media instance subclass
| typedef struct libvlc_media_list_player_t libvlc_media_list_player_t |
| VLC_PUBLIC_API libvlc_state_t libvlc_media_list_player_get_state | ( | libvlc_media_list_player_t * | p_mlp, | |
| libvlc_exception_t * | p_e | |||
| ) |
| VLC_PUBLIC_API int libvlc_media_list_player_is_playing | ( | libvlc_media_list_player_t * | p_mlp, | |
| libvlc_exception_t * | p_e | |||
| ) |
| VLC_PUBLIC_API libvlc_media_list_player_t* libvlc_media_list_player_new | ( | libvlc_instance_t * | p_instance, | |
| libvlc_exception_t * | p_e | |||
| ) |
| VLC_PUBLIC_API void libvlc_media_list_player_next | ( | libvlc_media_list_player_t * | p_mlp, | |
| libvlc_exception_t * | p_e | |||
| ) |
| VLC_PUBLIC_API void libvlc_media_list_player_pause | ( | libvlc_media_list_player_t * | p_mlp, | |
| libvlc_exception_t * | p_e | |||
| ) |
| VLC_PUBLIC_API void libvlc_media_list_player_play | ( | libvlc_media_list_player_t * | p_mlp, | |
| libvlc_exception_t * | p_e | |||
| ) |
| VLC_PUBLIC_API void libvlc_media_list_player_play_item | ( | libvlc_media_list_player_t * | p_mlp, | |
| libvlc_media_t * | p_md, | |||
| libvlc_exception_t * | p_e | |||
| ) |
| VLC_PUBLIC_API void libvlc_media_list_player_play_item_at_index | ( | libvlc_media_list_player_t * | p_mlp, | |
| int | i_index, | |||
| libvlc_exception_t * | p_e | |||
| ) |
| VLC_PUBLIC_API void libvlc_media_list_player_release | ( | libvlc_media_list_player_t * | p_mlp | ) |
| VLC_PUBLIC_API void libvlc_media_list_player_set_media_list | ( | libvlc_media_list_player_t * | p_mlp, | |
| libvlc_media_list_t * | p_mlist, | |||
| libvlc_exception_t * | p_e | |||
| ) |
| VLC_PUBLIC_API void libvlc_media_list_player_set_media_player | ( | libvlc_media_list_player_t * | p_mlp, | |
| libvlc_media_player_t * | p_mi, | |||
| libvlc_exception_t * | p_e | |||
| ) |
| VLC_PUBLIC_API void libvlc_media_list_player_stop | ( | libvlc_media_list_player_t * | p_mlp, | |
| libvlc_exception_t * | p_e | |||
| ) |
1.5.1