VLC 4.0.0-dev
Loading...
Searching...
No Matches
libvlc_chapter_description_t Struct Reference

Description for chapters. More...

#include <libvlc_media_player.h>

Data Fields

int64_t i_time_offset
 time-offset of the chapter in milliseconds
 
int64_t i_duration
 duration of the chapter in milliseconds
 
char * psz_name
 chapter name
 

Detailed Description

Description for chapters.

Field Documentation

◆ i_duration

int64_t libvlc_chapter_description_t::i_duration

duration of the chapter in milliseconds

◆ i_time_offset

int64_t libvlc_chapter_description_t::i_time_offset

time-offset of the chapter in milliseconds

◆ psz_name

char* libvlc_chapter_description_t::psz_name

chapter name


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