|
VLC 4.0.0-dev
|
#include <vlc_media_library.h>
Data Fields | |
| char * | psz_mrl |
| int64_t | i_size |
| time_t | i_last_modification_date |
| vlc_ml_file_type_t | i_type |
| bool | b_external |
| bool | b_removable |
| bool | b_present |
| bool vlc_ml_file_t::b_external |
| bool vlc_ml_file_t::b_present |
| bool vlc_ml_file_t::b_removable |
| time_t vlc_ml_file_t::i_last_modification_date |
| int64_t vlc_ml_file_t::i_size |
| vlc_ml_file_type_t vlc_ml_file_t::i_type |
| char* vlc_ml_file_t::psz_mrl |
Referenced by vlc_ml_file_list_release().