#include <oggdec.h>
Data Fields | |
| uint64_t | pos |
| int | curidx |
| struct ogg_state * | next |
| int | nstreams |
| struct ogg_stream | streams [1] |
Definition at line 57 of file oggdec.h.
Definition at line 59 of file oggdec.h.
Referenced by ogg_restore(), and ogg_save().
| struct ogg_state* ogg_state::next |
Definition at line 60 of file oggdec.h.
Referenced by ogg_restore(), and ogg_save().
Definition at line 61 of file oggdec.h.
Referenced by ogg_restore(), and ogg_save().
| uint64_t ogg_state::pos |
Definition at line 58 of file oggdec.h.
Referenced by ogg_restore(), and ogg_save().
| struct ogg_stream ogg_state::streams[1] |
Definition at line 62 of file oggdec.h.
Referenced by ogg_restore(), and ogg_save().
1.7.1