FFmpeg
|
ogg_state Struct Reference
#include <oggdec.h>
Collaboration diagram for ogg_state:
Data Fields | |
uint64_t | pos |
int | curidx |
struct ogg_state * | next |
int | nstreams |
struct ogg_stream | streams [1] |
Detailed Description
Field Documentation
int ogg_state::curidx |
Definition at line 92 of file oggdec.h.
Referenced by ogg_restore(), and ogg_save().
struct ogg_state* ogg_state::next |
Definition at line 93 of file oggdec.h.
Referenced by ogg_restore(), and ogg_save().
int ogg_state::nstreams |
Definition at line 94 of file oggdec.h.
Referenced by ogg_restore(), and ogg_save().
uint64_t ogg_state::pos |
Definition at line 91 of file oggdec.h.
Referenced by ogg_restore(), and ogg_save().
struct ogg_stream ogg_state::streams[1] |
Definition at line 95 of file oggdec.h.
Referenced by ogg_replace_stream(), ogg_restore(), and ogg_save().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:12 for FFmpeg by 1.8.11