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

libvlc_time_t i_time_offset
 time-offset of the chapter in microseconds (us)
libvlc_time_t i_duration
 duration of the chapter in microseconds (us), 0 if unknown
char * psz_name
 chapter name

Detailed Description

Description for chapters.

Field Documentation

◆ i_duration

libvlc_time_t libvlc_chapter_description_t::i_duration

duration of the chapter in microseconds (us), 0 if unknown

◆ i_time_offset

libvlc_time_t libvlc_chapter_description_t::i_time_offset

time-offset of the chapter in microseconds (us)

◆ psz_name

char* libvlc_chapter_description_t::psz_name

chapter name


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