FFmpeg
|
Data Fields | |
int | version |
int | type |
int | sequence |
int | length |
int | duration |
uint8_t | text [1024+1] |
int VivoContext::version |
Definition at line 35 of file vivo.c.
Referenced by vivo_read_header().
int VivoContext::type |
Definition at line 37 of file vivo.c.
Referenced by vivo_get_packet_header(), vivo_read_header(), and vivo_read_packet().
int VivoContext::sequence |
Definition at line 38 of file vivo.c.
Referenced by vivo_get_packet_header(), vivo_read_header(), and vivo_read_packet().
int VivoContext::length |
Definition at line 39 of file vivo.c.
Referenced by vivo_get_packet_header(), vivo_read_header(), and vivo_read_packet().
int VivoContext::duration |
Definition at line 40 of file vivo.c.
Referenced by vivo_read_header(), and vivo_read_packet().
uint8_t VivoContext::text[1024+1] |
Definition at line 42 of file vivo.c.
Referenced by vivo_read_header().