VLC 4.0.0-dev
Loading...
Searching...
No Matches
vlc_ml_folder_t Struct Reference

#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_present
 The folder's presence state.
 
bool b_banned
 Will be true if the user required this folder to be excluded.
 

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 folder's presence state.

◆ i_duration

int64_t vlc_ml_folder_t::i_duration

The sum of all the member durations of the folder in ms.

◆ i_id

int64_t vlc_ml_folder_t::i_id

The folder's MRL.

Will be NULL if b_present is false

◆ i_nb_audio

unsigned int vlc_ml_folder_t::i_nb_audio

The number of audio for this volder.

◆ i_nb_media

unsigned int vlc_ml_folder_t::i_nb_media

The media count.

◆ i_nb_video

unsigned int vlc_ml_folder_t::i_nb_video

The number of video for this folder.

◆ psz_mrl

char* vlc_ml_folder_t::psz_mrl

The folder's MRL.

Will be NULL if b_present is false

Referenced by vlc_folder_release_inner().

◆ psz_name

char* vlc_ml_folder_t::psz_name

The folder's name.

Referenced by vlc_folder_release_inner().


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