VLC
3.0.15
|
Data Fields | |
struct background_worker * | local |
struct background_worker * | network |
struct background_worker * | downloader |
vlc_dictionary_t | album_cache |
vlc_object_t * | owner |
vlc_mutex_t | lock |
vlc_dictionary_t playlist_fetcher_t::album_cache |
Referenced by AddAlbumCache(), playlist_fetcher_Delete(), playlist_fetcher_New(), and ReadAlbumCache().
struct background_worker* playlist_fetcher_t::downloader |
Referenced by playlist_fetcher_Delete(), playlist_fetcher_New(), and SearchByScope().
struct background_worker* playlist_fetcher_t::local |
Referenced by playlist_fetcher_Delete(), playlist_fetcher_New(), and playlist_fetcher_Push().
vlc_mutex_t playlist_fetcher_t::lock |
Referenced by AddAlbumCache(), playlist_fetcher_Delete(), playlist_fetcher_New(), and ReadAlbumCache().
struct background_worker* playlist_fetcher_t::network |
Referenced by playlist_fetcher_Delete(), playlist_fetcher_New(), and SearchLocal().
vlc_object_t* playlist_fetcher_t::owner |
Referenced by Downloader(), InvokeModule(), playlist_fetcher_New(), and SearchLocal().