#include <vlc_playlist.h>
Public Attributes | |
input_item_t | input |
int | i_children |
playlist_item_t ** | pp_children |
int | i_parents |
item_parent_t ** | pp_parents |
int | i_serial |
uint8_t | i_flags |
int | i_nb_played |
vlc_bool_t | b_autodeletion |
vlc_bool_t | b_enabled |
Definition at line 55 of file vlc_playlist.h.
|
Indicates whther this item is to be deleted after playback. True mean that this item is to be deleted after playback, false otherwise Definition at line 73 of file vlc_playlist.h. |
|
Indicates whether this item is to be played or skipped Definition at line 77 of file vlc_playlist.h. |
|
Number of children -1 if not a node Definition at line 60 of file vlc_playlist.h. Referenced by playlist_FindNextFromParent(), and playlist_FindPrevFromParent(). |
|
Flags Definition at line 67 of file vlc_playlist.h. Referenced by __playlist_Create(). |
|
How many times was this item played ? Definition at line 70 of file vlc_playlist.h. |
|
Number of parents Definition at line 63 of file vlc_playlist.h. |
|
Has this node been updated ? Definition at line 65 of file vlc_playlist.h. |
|
input item descriptor Definition at line 57 of file vlc_playlist.h. Referenced by Playlist::delSelected(), Playtree::onUpdate(), playlist_FindNextFromParent(), and playlist_FindPrevFromParent(). |
|
Children nodes/items Definition at line 62 of file vlc_playlist.h. |
|
Parents Definition at line 64 of file vlc_playlist.h. |