OGGStreamContext Struct Reference

Data Fields

unsigned page_counter
uint8_t * header [3]
int header_len [3]
int kfgshift
 for theora granule
int64_t last_kf_pts
int vrev
int eos
unsigned page_count
 number of page buffered
OGGPage page
 current page
unsigned serial_num
 serial number
int64_t last_granule
 last packet granule

Detailed Description

Definition at line 45 of file oggenc.c.

Field Documentation

int OGGStreamContext::eos

Definition at line 53 of file oggenc.c.

uint8_t* OGGStreamContext::header[3]
int OGGStreamContext::header_len[3]

Definition at line 48 of file oggenc.c.

Referenced by ogg_build_flac_headers(), ogg_build_speex_headers(), and ogg_write_header().

int OGGStreamContext::kfgshift

for theora granule

Definition at line 50 of file oggenc.c.

Referenced by ogg_granule_to_timestamp(), ogg_write_header(), and ogg_write_packet().

int64_t OGGStreamContext::last_granule

last packet granule

Definition at line 57 of file oggenc.c.

Referenced by ogg_buffer_data(), and ogg_write_packet().

int64_t OGGStreamContext::last_kf_pts

Definition at line 51 of file oggenc.c.

Referenced by ogg_write_packet().

OGGPage OGGStreamContext::page

current page

Definition at line 55 of file oggenc.c.

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

unsigned OGGStreamContext::page_count

number of page buffered

Definition at line 54 of file oggenc.c.

Referenced by ogg_buffer_page(), ogg_write_page(), and ogg_write_pages().

unsigned OGGStreamContext::page_counter

Definition at line 46 of file oggenc.c.

Referenced by ogg_write_page().

unsigned OGGStreamContext::serial_num

serial number

Definition at line 56 of file oggenc.c.

Referenced by ogg_write_header(), and ogg_write_page().

int OGGStreamContext::vrev

Definition at line 52 of file oggenc.c.

Referenced by ogg_write_header(), and ogg_write_packet().


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