
Functions | |
| static int | PlaylistVAControl (playlist_t *p_playlist, int i_query, va_list args) |
| playlist_t * | pl_Get (vlc_object_t *obj) |
| void | pl_Deactivate (libvlc_int_t *p_libvlc) |
| void | playlist_Lock (playlist_t *pl) |
| void | playlist_Unlock (playlist_t *pl) |
| void | playlist_AssertLocked (playlist_t *pl) |
| int | playlist_Control (playlist_t *p_playlist, int i_query, bool b_locked,...) |
| Do a playlist action. | |
| int | playlist_PreparseEnqueue (playlist_t *p_playlist, input_item_t *p_item) |
| Enqueue an item for preparsing. | |
| int | playlist_AskForArtEnqueue (playlist_t *p_playlist, input_item_t *p_item) |
| Request the art for an input item to be fetched. | |
Variables | |
| static vlc_mutex_t | global_lock = PTHREAD_MUTEX_INITIALIZER |
| static int PlaylistVAControl | ( | playlist_t * | p_playlist, | |
| int | i_query, | |||
| va_list | args | |||
| ) | [static] |
References get_current_status_item(), get_current_status_node(), msg_Err, PAUSE_S, pl_priv, PLAYING_S, playlist_IsEmpty(), PLAYLIST_PAUSE, PLAYLIST_PLAY, PLAYLIST_SKIP, PLAYLIST_STOP, PLAYLIST_VIEWPLAY, var_GetBool, var_GetInteger, var_SetInteger, vlc_cond_signal(), and vlc_object_alive.
Referenced by playlist_Control().
vlc_mutex_t global_lock = PTHREAD_MUTEX_INITIALIZER [static] |
Referenced by pl_Deactivate(), and pl_Get().
1.7.1