Main Page | Modules | Data Structures | File List | Data Fields | Globals

oggz_position Struct Reference

#include <oggz_packet.h>


Detailed Description

The position of an oggz_packet.


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.


Field Documentation

int oggz_position::begin_segment_index
 

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.

ogg_int64_t oggz_position::calc_granulepos
 

Granulepos calculated by inspection of codec data.

-1 if unknown


The documentation for this struct was generated from the following file:
Generated on Wed Nov 17 09:47:45 2010 for liboggz by  doxygen 1.3.9.1