libogg documentation |
libogg version 1.25 - 20000615 |
declared in "ogg/ogg.h"
The ogg_packet struct encapsulates the data for a single raw packet of data.
typedef struct { unsigned char *packet; long bytes; long b_o_s; long e_o_s; ogg_int64_t frameno; ogg_int64_t packetno; /* sequence number for decode; the framing knows where there's a hole in the data, but we need coupling so that the codec (which is in a seperate abstraction layer) also knows about the gap */ } ogg_packet; |
copyright © 2000 xiph.org |
|
libogg documentation |
libogg version 1.25 - 20000615 |