VLC 4.0.0-dev
|
Player chapter structure. More...
#include <vlc_player.h>
Data Fields | |
const char * | name |
Chapter name, always valid. | |
vlc_tick_t | time |
Position of this chapter. | |
Player chapter structure.
const char* vlc_player_chapter::name |
Chapter name, always valid.
Referenced by vlc_player_title_list_Create(), and vlc_player_title_list_Release().
vlc_tick_t vlc_player_chapter::time |
Position of this chapter.
Referenced by vlc_player_title_list_Create().