FFmpeg
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 More...
 
struct ogg_statestate
 

Detailed Description

Definition at line 101 of file oggdec.h.

Field Documentation

◆ streams

struct ogg_stream* ogg::streams

◆ nstreams

int ogg::nstreams

◆ headers

int ogg::headers

Definition at line 104 of file oggdec.h.

Referenced by ogg_packet(), and ogg_read_header().

◆ curidx

int ogg::curidx

Definition at line 105 of file oggdec.h.

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

◆ page_pos

int64_t ogg::page_pos

file offset of the current page

Definition at line 106 of file oggdec.h.

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

◆ state

struct ogg_state* ogg::state

Definition at line 107 of file oggdec.h.

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


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