VLC 4.0.0-dev
|
Player title structure. More...
#include <vlc_player.h>
Data Fields | |
const char * | name |
Title name, always valid. | |
vlc_tick_t | length |
Length of the title. | |
unsigned | flags |
Bit flag of VLC_PLAYER_TITLE_MENU and VLC_PLAYER_TITLE_INTERACTIVE. | |
size_t | chapter_count |
Number of chapters, can be 0. | |
const struct vlc_player_chapter * | chapters |
Array of chapters, can be NULL. | |
Player title structure.
size_t vlc_player_title::chapter_count |
Number of chapters, can be 0.
Referenced by vlc_player_GetSelectedChapter(), vlc_player_input_HandleChapterEvent(), vlc_player_title_list_Create(), and vlc_player_title_list_Release().
const struct vlc_player_chapter* vlc_player_title::chapters |
Array of chapters, can be NULL.
Referenced by vlc_player_GetSelectedChapter(), vlc_player_input_HandleChapterEvent(), vlc_player_title_list_Create(), and vlc_player_title_list_Release().
unsigned vlc_player_title::flags |
Bit flag of VLC_PLAYER_TITLE_MENU and VLC_PLAYER_TITLE_INTERACTIVE.
Referenced by vlc_player_title_list_Create().
vlc_tick_t vlc_player_title::length |
Length of the title.
Referenced by vlc_player_title_list_Create().
const char* vlc_player_title::name |
Title name, always valid.
Referenced by vlc_player_title_list_Create(), and vlc_player_title_list_Release().