Displaying 1 result from an estimated 1 matches for "begin_segment_index".
2009 Oct 08
0
Oggz 1.1.0 Release
...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.
* -1 if unknown.
*/
int begin_segment_index;
} oggz_position;
Public API
----------
* Added <oggz/oggz_packet.h>: add oggz_packet definition, and
implement reader to return oggz_packet in OggzReadPacket callback.
* Updated shared version info to 8.0.6
Internal
--------
* Improved accuracy of byte position tracking during re...