32 #ifndef __OGGZ_PACKET_H__    33 #define __OGGZ_PACKET_H__ The position of an oggz_packet. 
Definition: oggz_packet.h:48
loff_t oggz_off_t
This typedef was determined on the system on which the documentation was generated. 
Definition: oggz_off_t_generated.h:62
oggz_off_t begin_page_offset
Byte offset of the start of the page on which this packet begins. 
Definition: oggz_packet.h:59
int begin_segment_index
Index into begin_page's lacing values for the segment that begins this packet. 
Definition: oggz_packet.h:78
oggz_off_t end_page_offset
Byte offset of the start of the page on which this packet ends. 
Definition: oggz_packet.h:65
ogg_int64_t calc_granulepos
Granulepos calculated by inspection of codec data. 
Definition: oggz_packet.h:53
oggz_position pos
Its position. 
Definition: oggz_packet.h:89
An ogg_packet and its position in the stream. 
Definition: oggz_packet.h:84
int pages
Number of pages this packet spans. 
Definition: oggz_packet.h:68
ogg_packet op
The ogg_packet structure, defined in <ogg/ogg.h> 
Definition: oggz_packet.h:86