VLC 4.0.0-dev
|
#include <vlc_media_library.h>
Data Fields | |
int64_t | i_id |
The folder's MRL. | |
char * | psz_name |
The folder's name. | |
char * | psz_mrl |
The folder's MRL. | |
unsigned int | i_nb_media |
The media count. | |
unsigned int | i_nb_video |
The number of video for this folder. | |
unsigned int | i_nb_audio |
The number of audio for this volder. | |
int64_t | i_duration |
The sum of all the member durations of the folder in ms. | |
bool | b_is_favorite |
The folder's favorite state. | |
bool | b_present |
The folder's presence state. | |
bool | b_banned |
Will be true if the user required this folder to be excluded. | |
bool vlc_ml_folder_t::b_banned |
Will be true if the user required this folder to be excluded.
bool vlc_ml_folder_t::b_is_favorite |
The folder's favorite state.
bool vlc_ml_folder_t::b_present |
The folder's presence state.
int64_t vlc_ml_folder_t::i_duration |
The sum of all the member durations of the folder in ms.
int64_t vlc_ml_folder_t::i_id |
The folder's MRL.
Will be NULL if b_present is false
unsigned int vlc_ml_folder_t::i_nb_audio |
The number of audio for this volder.
unsigned int vlc_ml_folder_t::i_nb_media |
The media count.
unsigned int vlc_ml_folder_t::i_nb_video |
The number of video for this folder.
char* vlc_ml_folder_t::psz_mrl |
char* vlc_ml_folder_t::psz_name |
The folder's name.
Referenced by vlc_folder_release_inner().