VLC  3.0.15
Data Fields
playlist_t Struct Reference

Structure containing information about the playlist. More...

Collaboration diagram for playlist_t:
Collaboration graph
[legend]

Data Fields

struct vlc_common_members obj
 
playlist_item_array_t items
 Arrays of items. More...
 
playlist_item_array_t current
 Items currently being played. More...
 
int i_current_index
 Index in current array. More...
 
playlist_item_t root
 
playlist_item_tp_playing
 
playlist_item_tp_media_library
 

Detailed Description

Structure containing information about the playlist.

Field Documentation

◆ current

playlist_item_array_t playlist_t::current

◆ i_current_index

int playlist_t::i_current_index

Index in current array.

Referenced by NextItem(), playlist_Create(), ResetCurrentlyPlaying(), and ResyncCurrentIndex().

◆ items

playlist_item_array_t playlist_t::items

◆ obj

struct vlc_common_members playlist_t::obj

Referenced by PlayItem(), and Thread().

◆ p_media_library

playlist_item_t* playlist_t::p_media_library

◆ p_playing

playlist_item_t* playlist_t::p_playing

◆ root

playlist_item_t playlist_t::root

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