| 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 | 
Detailed Description
Field Documentation
| uint8_t OGGPage::data[MAX_PAGE_SIZE] | 
Definition at line 44 of file oggenc.c.
Referenced by ogg_buffer_data(), and ogg_write_page().
| uint8_t OGGPage::flags | 
Definition at line 41 of file oggenc.c.
Referenced by ogg_buffer_data(), ogg_reset_cur_page(), ogg_write_header(), and ogg_write_page().
| int64_t OGGPage::granule | 
Definition at line 39 of file oggenc.c.
Referenced by ogg_buffer_data(), ogg_buffer_page(), ogg_compare_granule(), ogg_reset_cur_page(), and ogg_write_page().
| uint8_t OGGPage::segments[255] | 
Definition at line 43 of file oggenc.c.
Referenced by ogg_buffer_data(), and ogg_write_page().
| uint8_t OGGPage::segments_count | 
Definition at line 42 of file oggenc.c.
Referenced by ogg_buffer_data(), ogg_reset_cur_page(), and ogg_write_page().
| uint16_t OGGPage::size | 
Definition at line 45 of file oggenc.c.
Referenced by ogg_buffer_data(), ogg_reset_cur_page(), ogg_write_page(), and ogg_write_trailer().
| int64_t OGGPage::start_granule | 
Definition at line 38 of file oggenc.c.
Referenced by ogg_buffer_data(), ogg_buffer_page(), ogg_write_header(), and ogg_write_packet().
| int OGGPage::stream_index | 
Definition at line 40 of file oggenc.c.
Referenced by ogg_buffer_data(), ogg_compare_granule(), ogg_write_header(), ogg_write_page(), and ogg_write_pages().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:27 for FFmpeg by
 1.8.11
 1.8.11