FFmpeg
|
Data Fields | |
int64_t | start_granule |
int64_t | granule |
int | stream_index |
uint8_t | flags |
uint8_t | segments_count |
uint8_t | segments [255] |
uint8_t | data [MAX_PAGE_SIZE] |
uint16_t | size |
int64_t OGGPage::start_granule |
Definition at line 39 of file oggenc.c.
Referenced by ogg_buffer_data(), ogg_buffer_page(), ogg_write_header(), and ogg_write_packet_internal().
int64_t OGGPage::granule |
Definition at line 40 of file oggenc.c.
Referenced by ogg_buffer_data(), ogg_buffer_page(), ogg_compare_granule(), ogg_reset_cur_page(), and ogg_write_page().
int OGGPage::stream_index |
Definition at line 41 of file oggenc.c.
Referenced by ogg_buffer_data(), ogg_compare_granule(), ogg_init(), ogg_write_page(), and ogg_write_pages().
uint8_t OGGPage::flags |
Definition at line 42 of file oggenc.c.
Referenced by ogg_buffer_data(), ogg_reset_cur_page(), ogg_write_header(), and ogg_write_page().
uint8_t OGGPage::segments_count |
Definition at line 43 of file oggenc.c.
Referenced by ogg_buffer_data(), ogg_reset_cur_page(), ogg_write_packet(), and ogg_write_page().
uint8_t OGGPage::segments[255] |
Definition at line 44 of file oggenc.c.
Referenced by ogg_buffer_data(), and ogg_write_page().
uint8_t OGGPage::data[MAX_PAGE_SIZE] |
Definition at line 45 of file oggenc.c.
Referenced by ogg_buffer_data(), and ogg_write_page().
uint16_t OGGPage::size |
Definition at line 46 of file oggenc.c.
Referenced by ogg_buffer_data(), ogg_reset_cur_page(), ogg_write_page(), and ogg_write_trailer().