FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ogg Struct Reference

#include <oggdec.h>

Data Fields

struct ogg_streamstreams
 
int nstreams
 
int headers
 
int curidx
 
int64_t page_pos
 file offset of the current page
 
struct ogg_statestate
 

Detailed Description

Definition at line 98 of file oggdec.h.

Field Documentation

struct ogg_stream* ogg::streams
int ogg::nstreams
int ogg::headers

Definition at line 101 of file oggdec.h.

Referenced by ogg_packet(), and ogg_read_header().

int ogg::curidx

Definition at line 102 of file oggdec.h.

Referenced by ogg_packet(), ogg_read_header(), ogg_reset(), ogg_restore(), and ogg_save().

int64_t ogg::page_pos

file offset of the current page

Definition at line 103 of file oggdec.h.

Referenced by ogg_get_length(), ogg_read_page(), ogg_reset(), and ogg_restore().

struct ogg_state* ogg::state

Definition at line 104 of file oggdec.h.

Referenced by ogg_new_stream(), ogg_replace_stream(), ogg_restore(), and ogg_save().


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