FFmpeg
|
Data Fields | |
unsigned | page_counter |
uint8_t * | header [3] |
int | header_len [3] |
int | kfgshift |
for theora granule More... | |
int64_t | last_kf_pts |
int | vrev |
int | isvp8 |
int | eos |
unsigned | page_count |
number of page buffered More... | |
OGGPage | page |
current page More... | |
unsigned | serial_num |
serial number More... | |
int64_t | last_granule |
last packet granule More... | |
unsigned OGGStreamContext::page_counter |
Definition at line 50 of file oggenc.c.
Referenced by ogg_write_page().
uint8_t* OGGStreamContext::header[3] |
Definition at line 51 of file oggenc.c.
Referenced by ogg_build_flac_headers(), ogg_build_opus_headers(), ogg_build_speex_headers(), ogg_build_vp8_headers(), ogg_free(), ogg_init(), and ogg_write_header().
int OGGStreamContext::header_len[3] |
Definition at line 52 of file oggenc.c.
Referenced by ogg_build_flac_headers(), ogg_build_opus_headers(), ogg_build_speex_headers(), ogg_build_vp8_headers(), ogg_init(), and ogg_write_header().
int OGGStreamContext::kfgshift |
for theora granule
Definition at line 54 of file oggenc.c.
Referenced by ogg_granule_to_timestamp(), ogg_init(), ogg_key_granule(), and ogg_write_packet_internal().
int64_t OGGStreamContext::last_kf_pts |
Definition at line 55 of file oggenc.c.
Referenced by ogg_write_packet_internal().
int OGGStreamContext::vrev |
Definition at line 56 of file oggenc.c.
Referenced by ogg_init(), and ogg_write_packet_internal().
int OGGStreamContext::isvp8 |
Definition at line 58 of file oggenc.c.
Referenced by ogg_build_vp8_headers(), ogg_granule_to_timestamp(), and ogg_key_granule().
unsigned OGGStreamContext::page_count |
number of page buffered
Definition at line 60 of file oggenc.c.
Referenced by ogg_buffer_page(), ogg_write_page(), and ogg_write_pages().
OGGPage OGGStreamContext::page |
current page
Definition at line 61 of file oggenc.c.
Referenced by ogg_buffer_data(), ogg_buffer_page(), ogg_init(), ogg_reset_cur_page(), ogg_write_header(), ogg_write_packet(), ogg_write_packet_internal(), and ogg_write_trailer().
unsigned OGGStreamContext::serial_num |
serial number
Definition at line 62 of file oggenc.c.
Referenced by ogg_init(), and ogg_write_page().
int64_t OGGStreamContext::last_granule |
last packet granule
Definition at line 63 of file oggenc.c.
Referenced by ogg_buffer_data(), and ogg_write_packet_internal().