VLC  4.0.0-dev
Data Fields
vlc_ml_entry_point_t Struct Reference

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...
 

Field Documentation

◆ b_banned

bool vlc_ml_entry_point_t::b_banned

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

◆ b_present

bool vlc_ml_entry_point_t::b_present

The presence state for this entrypoint.

◆ psz_mrl

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().


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