VLC 4.0.0-dev
Loading...
Searching...
No Matches

Player title structure. More...

#include <vlc_player.h>

Collaboration diagram for vlc_player_title:
[legend]

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_chapterchapters
 Array of chapters, can be NULL.
 

Detailed Description

Player title structure.

Field Documentation

◆ chapter_count

size_t vlc_player_title::chapter_count

◆ chapters

const struct vlc_player_chapter* vlc_player_title::chapters

◆ flags

unsigned vlc_player_title::flags

◆ length

vlc_tick_t vlc_player_title::length

Length of the title.

Referenced by vlc_player_title_list_Create().

◆ name

const char* vlc_player_title::name

Title name, always valid.

Referenced by vlc_player_title_list_Create(), and vlc_player_title_list_Release().


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