FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
OGGPage Struct Reference

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

Definition at line 36 of file oggenc.c.

Field Documentation

int64_t OGGPage::start_granule

Definition at line 37 of file oggenc.c.

Referenced by ogg_buffer_data(), ogg_buffer_page(), and ogg_write_header().

int64_t OGGPage::granule
int OGGPage::stream_index
uint8_t OGGPage::flags

Definition at line 40 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 41 of file oggenc.c.

Referenced by ogg_buffer_data(), ogg_reset_cur_page(), and ogg_write_page().

uint8_t OGGPage::segments[255]

Definition at line 42 of file oggenc.c.

Referenced by ogg_buffer_data(), and ogg_write_page().

uint8_t OGGPage::data[MAX_PAGE_SIZE]

Definition at line 43 of file oggenc.c.

Referenced by ogg_buffer_data(), and ogg_write_page().

uint16_t OGGPage::size

Definition at line 44 of file oggenc.c.

Referenced by ogg_buffer_data(), ogg_reset_cur_page(), ogg_write_page(), and ogg_write_trailer().


The documentation for this struct was generated from the following file: