VLC  4.0.0-dev
Data Fields
vlc_ml_folder_t Struct Reference

Data Fields

int64_t i_id
 This folder's MRL. More...
 
char * psz_mrl
 This folder's MRL. More...
 
bool b_present
 The presence state for this folder. More...
 
bool b_banned
 Will be true if the user required this folder to be excluded. More...
 

Field Documentation

◆ b_banned

bool vlc_ml_folder_t::b_banned

Will be true if the user required this folder to be excluded.

◆ b_present

bool vlc_ml_folder_t::b_present

The presence state for this folder.

◆ i_id

int64_t vlc_ml_folder_t::i_id

This folder's MRL.

Will be NULL if b_present is false

◆ psz_mrl

char* vlc_ml_folder_t::psz_mrl

This folder's MRL.

Will be NULL if b_present is false

Referenced by vlc_ml_folder_list_release(), and vlc_ml_folder_release().


The documentation for this struct was generated from the following file: