Data Fields

playlist_t Struct Reference
[Playlist]

Structure containing information about the playlist. More...

Collaboration diagram for playlist_t:
Collaboration graph
[legend]

Data Fields

playlist_item_array_t items
 Arrays of items.
playlist_item_array_t all_items
 Array of items and nodes.
playlist_item_array_t current
 Items currently being played.
int i_current_index
 Index in current array.
playlist_item_tp_root
playlist_item_tp_playing
playlist_item_tp_media_library
playlist_item_tp_root_category
 Root of category tree.
playlist_item_tp_root_onelevel
 Root of onelevel tree.
playlist_item_tp_local_category
playlist_item_tp_ml_category
 < "Playlist" in CATEGORY view
playlist_item_tp_local_onelevel
 < "Library" in CATEGORY view
playlist_item_tp_ml_onelevel
 < "Playlist" in ONELEVEL view
VLC_COMMON_MEMBERS \ * these members are common for all vlc objects \

const char * psz_object_type
char * psz_header
int i_flags
bool b_force
 set by the outside (eg.
libvlc_int_tp_libvlc
 (root of all evil) - 1
vlc_object_tp_parent
 our parent

Detailed Description

Structure containing information about the playlist.


Field Documentation

set by the outside (eg.

module_need())

Index in current array.

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

(root of all evil) - 1

Referenced by LoopRequest().

Referenced by playlist_Create().

< "Library" in CATEGORY view

Referenced by playlist_Create().

< "Playlist" in CATEGORY view

Referenced by playlist_Create().

< "Playlist" in ONELEVEL view

Referenced by playlist_Create().

our parent

Root of category tree.

Referenced by playlist_Create().

Root of onelevel tree.

Referenced by playlist_Create().


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines