zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ogg_sync_state Struct Reference

#include <ogg.h>

Public Attributes

int bodybytes
 
unsigned char * data
 
int fill
 
int headerbytes
 
int returned
 
int storage
 
int unsynced
 

Detailed Description

Definition at line 105 of file ogg.h.

Member Data Documentation

int ogg_sync_state::bodybytes

Definition at line 113 of file ogg.h.

Referenced by ogg_sync_pageseek(), and ogg_sync_reset().

unsigned char* ogg_sync_state::data

Definition at line 106 of file ogg.h.

Referenced by ogg_sync_buffer(), ogg_sync_clear(), and ogg_sync_pageseek().

int ogg_sync_state::fill

Definition at line 108 of file ogg.h.

Referenced by ogg_sync_buffer(), ogg_sync_pageseek(), ogg_sync_reset(), and ogg_sync_wrote().

int ogg_sync_state::headerbytes

Definition at line 112 of file ogg.h.

Referenced by ogg_sync_pageseek(), and ogg_sync_reset().

int ogg_sync_state::returned

Definition at line 109 of file ogg.h.

Referenced by ogg_sync_buffer(), ogg_sync_pageseek(), and ogg_sync_reset().

int ogg_sync_state::storage

Definition at line 107 of file ogg.h.

Referenced by ogg_sync_buffer(), ogg_sync_check(), ogg_sync_init(), and ogg_sync_wrote().

int ogg_sync_state::unsynced

Definition at line 111 of file ogg.h.

Referenced by ogg_sync_pageout(), ogg_sync_pageseek(), and ogg_sync_reset().


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