|
VLC
2.1.0-git
|

Functions | |
| static int | PlaylistVAControl (playlist_t *p_playlist, int i_query, va_list args) |
| 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. | |
|
static |
< Unspecified error
< No error
< Bad variable value
< No error
References get_current_status_item(), get_current_status_node(), msg_Err, PAUSE_S, PL_ASSERT_LOCKED, pl_priv, PLAYING_S, playlist_IsEmpty(), PLAYLIST_PAUSE, PLAYLIST_PAUSED, PLAYLIST_PLAY, PLAYLIST_RUNNING, PLAYLIST_SKIP, PLAYLIST_STOP, PLAYLIST_STOPPED, PLAYLIST_VIEWPLAY, var_GetBool, var_GetInteger, var_SetInteger, vlc_cond_signal(), VLC_EBADVAR, VLC_EGENERIC, and VLC_SUCCESS.
Referenced by playlist_Control().
1.8.1.2