libgpac
Documentation of the core library of GPAC
|
Data Fields | |
GF_WebVTTParserState | state |
Bool | is_srt |
Bool | suspend |
Bool | is_eof |
Bool | prev_line_empty |
Bool | in_comment |
char * | comment_text |
GF_List * | samples |
FILE * | vtt_in |
s32 | unicode_type |
u64 | last_duration |
void * | user |
GF_Err(* | report_message )(void *, GF_Err, char *, const char *) |
void(* | on_header_parsed )(void *, const char *) |
void(* | on_sample_parsed )(void *, GF_WebVTTSample *) |
void(* | on_cue_read )(void *, GF_WebVTTCue *) |
GF_WebVTTParserState GF_WebVTTParser::state |
Bool GF_WebVTTParser::is_srt |
Bool GF_WebVTTParser::suspend |
Bool GF_WebVTTParser::is_eof |
Bool GF_WebVTTParser::prev_line_empty |
Bool GF_WebVTTParser::in_comment |
char* GF_WebVTTParser::comment_text |
GF_List* GF_WebVTTParser::samples |
FILE* GF_WebVTTParser::vtt_in |
s32 GF_WebVTTParser::unicode_type |
u64 GF_WebVTTParser::last_duration |
void* GF_WebVTTParser::user |
void(* GF_WebVTTParser::on_header_parsed) (void *, const char *) |
void(* GF_WebVTTParser::on_sample_parsed) (void *, GF_WebVTTSample *) |
void(* GF_WebVTTParser::on_cue_read) (void *, GF_WebVTTCue *) |