VLC
4.0.0-dev
|
Data Fields | |
char * | psz_mrl |
This entrypoint's MRL. More... | |
bool | b_present |
The presence state for this entrypoint. More... | |
bool | b_banned |
Will be true if the user required this entrypoint to be excluded. More... | |
bool vlc_ml_entry_point_t::b_banned |
Will be true if the user required this entrypoint to be excluded.
bool vlc_ml_entry_point_t::b_present |
The presence state for this entrypoint.
char* vlc_ml_entry_point_t::psz_mrl |
This entrypoint's MRL.
Will be NULL if b_present is false
Referenced by vlc_ml_entry_point_list_release().