DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
ogg_packet Struct Reference
+ Collaboration diagram for ogg_packet:

Data Fields

long b_o_s
 
long bytes
 
long e_o_s
 
int64_t granulepos
 
unsigned char * packet
 
int64_t packetno
 

Detailed Description

Definition at line 77 of file cap_ogg.c.

Field Documentation

◆ b_o_s

long ogg_packet::b_o_s

Definition at line 80 of file cap_ogg.c.

◆ bytes

long ogg_packet::bytes

Definition at line 79 of file cap_ogg.c.

◆ e_o_s

long ogg_packet::e_o_s

Definition at line 81 of file cap_ogg.c.

◆ granulepos

int64_t ogg_packet::granulepos

Definition at line 83 of file cap_ogg.c.

◆ packet

unsigned char* ogg_packet::packet

Definition at line 78 of file cap_ogg.c.

◆ packetno

int64_t ogg_packet::packetno

Definition at line 85 of file cap_ogg.c.


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