|
VLC
2.1.0-git
|

Data Fields | |
| vlc_object_t * | object |
| playlist_fetcher_t * | p_fetcher |
| vlc_mutex_t | lock |
| vlc_cond_t | wait |
| bool | b_live |
| input_item_t ** | pp_waiting |
| int | i_waiting |
| int | i_art_policy |
| bool playlist_preparser_t::b_live |
Referenced by playlist_preparser_Delete(), playlist_preparser_New(), playlist_preparser_Push(), and Thread().
| int playlist_preparser_t::i_art_policy |
Referenced by Art(), and playlist_preparser_New().
| int playlist_preparser_t::i_waiting |
Referenced by playlist_preparser_Delete(), playlist_preparser_New(), playlist_preparser_Push(), and Thread().
| vlc_mutex_t playlist_preparser_t::lock |
Referenced by playlist_preparser_Delete(), playlist_preparser_New(), playlist_preparser_Push(), and Thread().
| vlc_object_t* playlist_preparser_t::object |
Referenced by Art(), playlist_preparser_New(), playlist_preparser_Push(), and Thread().
| playlist_fetcher_t* playlist_preparser_t::p_fetcher |
Referenced by Art(), and playlist_preparser_New().
| input_item_t** playlist_preparser_t::pp_waiting |
Referenced by playlist_preparser_Delete(), playlist_preparser_New(), playlist_preparser_Push(), and Thread().
| vlc_cond_t playlist_preparser_t::wait |
Referenced by playlist_preparser_Delete(), playlist_preparser_New(), and Thread().
1.8.1.2