VLC 4.0.0-dev
Loading...
Searching...
No Matches
title.c File Reference
Include dependency graph for title.c:

Functions

struct vlc_player_title_listvlc_player_title_list_Hold (struct vlc_player_title_list *titles)
 Hold the title list of the player.
 
void vlc_player_title_list_Release (struct vlc_player_title_list *titles)
 Release of previously held title list.
 
static char * input_title_GetName (const struct input_title_t *input_title, int idx, int title_offset)
 
static char * seekpoint_GetName (seekpoint_t *seekpoint, int idx, int chapter_offset)
 
struct vlc_player_title_listvlc_player_title_list_Create (input_title_t *const *array, size_t count, int title_offset, int chapter_offset)
 
const struct vlc_player_titlevlc_player_title_list_GetAt (struct vlc_player_title_list *titles, size_t idx)
 Get the title at a given index.
 
size_t vlc_player_title_list_GetCount (struct vlc_player_title_list *titles)
 Get the number of title of a list.
 

Function Documentation

◆ input_title_GetName()

static char * input_title_GetName ( const struct input_title_t input_title,
int  idx,
int  title_offset 
)
static

◆ seekpoint_GetName()

static char * seekpoint_GetName ( seekpoint_t seekpoint,
int  idx,
int  chapter_offset 
)
static

◆ vlc_player_title_list_Create()