|  | 
| static void | VariablesInit (playlist_t *p_playlist) | 
|  | 
| static int | RandomCallback (vlc_object_t *p_this, char const *psz_cmd, vlc_value_t oldval, vlc_value_t newval, void *a) | 
|  | 
| static int | CorksCallback (vlc_object_t *obj, char const *var, vlc_value_t old, vlc_value_t cur, void *dummy) | 
|  | When there are one or more pending corks, playback should be paused.  More... 
 | 
|  | 
| static int | RateCallback (vlc_object_t *p_this, char const *psz_cmd, vlc_value_t oldval, vlc_value_t newval, void *p) | 
|  | 
| static int | RateOffsetCallback (vlc_object_t *obj, char const *psz_cmd, vlc_value_t oldval, vlc_value_t newval, void *p_data) | 
|  | 
| static int | VideoSplitterCallback (vlc_object_t *p_this, char const *psz_cmd, vlc_value_t oldval, vlc_value_t newval, void *p_data) | 
|  | 
| playlist_t * | playlist_Create (vlc_object_t *p_parent) | 
|  | Create playlist.  More... 
 | 
|  | 
| void | playlist_Destroy (playlist_t *p_playlist) | 
|  | Destroy playlist.  More... 
 | 
|  | 
| input_thread_t * | playlist_CurrentInputLocked (playlist_t *p_playlist) | 
|  | Get current playing input.  More... 
 | 
|  | 
| input_thread_t * | playlist_CurrentInput (playlist_t *p_playlist) | 
|  | Get current playing input.  More... 
 | 
|  | 
| playlist_item_t * | get_current_status_item (playlist_t *p_playlist) | 
|  | Accessor for status item and status nodes.  More... 
 | 
|  | 
| playlist_item_t * | get_current_status_node (playlist_t *p_playlist) | 
|  | 
| void | set_current_status_item (playlist_t *p_playlist, playlist_item_t *p_item) | 
|  | 
| void | set_current_status_node (playlist_t *p_playlist, playlist_item_t *p_node) | 
|  | 
| playlist_item_t * | playlist_CurrentPlayingItem (playlist_t *p_playlist) | 
|  | 
| int | playlist_Status (playlist_t *p_playlist) | 
|  |