oggz_position Struct Reference

The position of an oggz_packet. More...

#include <oggz_packet.h>

Data Fields

ogg_int64_t calc_granulepos
 Granulepos calculated by inspection of codec data.
oggz_off_t begin_page_offset
 Byte offset of the start of the page on which this packet begins.
oggz_off_t end_page_offset
 Byte offset of the start of the page on which this packet ends.
int pages
 Number of pages this packet spans.
int begin_segment_index
 Index into begin_page's lacing values for the segment that begins this packet.

Detailed Description

The position of an oggz_packet.


Field Documentation

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.

Granulepos calculated by inspection of codec data.

-1 if unknown

Number of pages this packet spans.


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

Generated on 22 Jan 2011 for liboggz by  doxygen 1.6.1