VLC 4.0.0-dev
|
#include <vlc_media_library.h>
Data Fields | |
int64_t | i_id |
vlc_ml_media_type_t | i_type |
vlc_ml_media_subtype_t | i_subtype |
vlc_ml_file_list_t * | p_files |
vlc_ml_media_track_list_t * | p_tracks |
int32_t | i_year |
int64_t | i_duration |
uint32_t | i_playcount |
double | f_progress |
time_t | i_last_played_date |
char * | psz_title |
char * | psz_filename |
vlc_ml_thumbnail_t | thumbnails [VLC_ML_THUMBNAIL_SIZE_COUNT] |
bool | b_is_favorite |
union { | |
vlc_ml_show_episode_t show_episode | |
vlc_ml_movie_t movie | |
struct { | |
int64_t i_artist_id | |
int64_t i_album_id | |
int64_t i_genre_id | |
int i_track_nb | |
int i_disc_nb | |
} album_track | |
}; | |
union { ... } vlc_ml_media_t::@245 |
struct { ... } vlc_ml_media_t::album_track |
bool vlc_ml_media_t::b_is_favorite |
double vlc_ml_media_t::f_progress |
Referenced by vlc_player_input_RestoreMlStates().
int64_t vlc_ml_media_t::i_album_id |
int64_t vlc_ml_media_t::i_artist_id |
int vlc_ml_media_t::i_disc_nb |
int64_t vlc_ml_media_t::i_duration |
int64_t vlc_ml_media_t::i_genre_id |
int64_t vlc_ml_media_t::i_id |
Referenced by vlc_player_input_RestoreMlStates(), vlc_player_UpdateMediaType(), and vlc_player_UpdateMLStates().
time_t vlc_ml_media_t::i_last_played_date |
uint32_t vlc_ml_media_t::i_playcount |
vlc_ml_media_subtype_t vlc_ml_media_t::i_subtype |
Referenced by vlc_ml_media_release_inner().
int vlc_ml_media_t::i_track_nb |
vlc_ml_media_type_t vlc_ml_media_t::i_type |
Referenced by vlc_player_input_RestoreMlStates(), vlc_player_UpdateMediaType(), and vlc_player_UpdateMLStates().
int32_t vlc_ml_media_t::i_year |
vlc_ml_movie_t vlc_ml_media_t::movie |
Referenced by vlc_ml_media_release_inner().
vlc_ml_file_list_t* vlc_ml_media_t::p_files |
Referenced by vlc_ml_media_release_inner().
vlc_ml_media_track_list_t* vlc_ml_media_t::p_tracks |
Referenced by vlc_ml_media_release_inner().
char* vlc_ml_media_t::psz_filename |
Referenced by vlc_ml_media_release_inner().
char* vlc_ml_media_t::psz_title |
Referenced by vlc_ml_media_release_inner().
vlc_ml_show_episode_t vlc_ml_media_t::show_episode |
Referenced by vlc_ml_media_release_inner().
vlc_ml_thumbnail_t vlc_ml_media_t::thumbnails[VLC_ML_THUMBNAIL_SIZE_COUNT] |
Referenced by vlc_ml_media_release_inner().