LiVES
3.2.0
|
#include <pangotext.h>
Data Fields | |
lives_subtitle_type_t | type |
int | tfile |
char * | text |
lives_subtitle_t * | current |
pointer to current entry in index More... | |
lives_subtitle_t * | first |
lives_subtitle_t * | last |
int | offset |
offset in frames (default 0) More... | |
double | last_time |
Definition at line 38 of file pangotext.h.
lives_subtitle_t* lives_subtitles_t::current |
pointer to current entry in index
Definition at line 42 of file pangotext.h.
Referenced by get_subt_text(), and subtitles_init().
lives_subtitle_t* lives_subtitles_t::first |
Definition at line 43 of file pangotext.h.
Referenced by save_srt_subtitles(), save_sub_subtitles(), subtitles_free(), and subtitles_init().
lives_subtitle_t* lives_subtitles_t::last |
Definition at line 44 of file pangotext.h.
double lives_subtitles_t::last_time |
Definition at line 46 of file pangotext.h.
Referenced by save_srt_subtitles(), save_sub_subtitles(), and subtitles_init().
int lives_subtitles_t::offset |
offset in frames (default 0)
Definition at line 45 of file pangotext.h.
Referenced by subtitles_init().
char* lives_subtitles_t::text |
Definition at line 41 of file pangotext.h.
Referenced by get_subt_text(), subtitles_free(), and subtitles_init().
int lives_subtitles_t::tfile |
Definition at line 40 of file pangotext.h.
Referenced by check_layer_ready(), save_srt_subtitles(), save_sub_subtitles(), subtitles_free(), and subtitles_init().
lives_subtitle_type_t lives_subtitles_t::type |
Definition at line 39 of file pangotext.h.
Referenced by create_comments_dialog(), do_comments_dialog(), get_subt_text(), and subtitles_init().