| libogg documentation | libogg release 1.3.5 - 20210603 | 
declared in "ogg/ogg.h"
The ogg_packet struct encapsulates the data for a single raw packet of data and is used to transfer data between the ogg framing layer and the handling codec.
| 
typedef struct {
  unsigned char *packet;
  long  bytes;
  long  b_o_s;
  long  e_o_s;
  ogg_int64_t  granulepos;
  ogg_int64_t  packetno;
} ogg_packet;
 | 
| copyright © 2000-2021 Xiph.Org Foundation | |
| libogg documentation | libogg release 1.3.5 - 20210603 |