Displaying 1 result from an estimated 1 matches for "end_page_offset".
2009 Oct 08
0
Oggz 1.1.0 Release
...pection of codec data.
* -1 if unknown
*/
ogg_int64_t calc_granulepos;
/**
* Byte offset of the start of the page on which this
* packet begins.
*/
oggz_off_t begin_page_offset;
/**
* Byte offset of the start of the page on which this
* packet ends.
*/
oggz_off_t end_page_offset;
/** Number of pages this packet spans. */
int pages;
/**
* Index into begin_page's lacing values
* for the segment that begins this packet.
* NB. if begin_page is continued then the first
* of these packets will not be reported by
* ogg_sync_packetout() after a seek....