33 #ifndef __OGGZ_CONSTANTS_H__ 
   34 #define __OGGZ_CONSTANTS_H__ 
  107   OGGZ_CONTENT_THEORA = 0,
 
  113   OGGZ_CONTENT_SKELETON,
 
  116   OGGZ_CONTENT_ANXDATA,
 
Hole (sequence number gap) detected in input data. 
Definition: oggz_constants.h:174
Read only. 
Definition: oggz_constants.h:48
Attempt to call oggz_write() or oggz_write_output() from within a hungry() callback. 
Definition: oggz_constants.h:206
OggzFlushOpts
Flush options for oggz_write_feed; can be or'ed together. 
Definition: oggz_constants.h:95
Packet disallowed due to invalid packetno. 
Definition: oggz_constants.h:195
Guard provided by user has non-zero value. 
Definition: oggz_constants.h:202
Comment violates VorbisComment restrictions. 
Definition: oggz_constants.h:199
Stop calling callbacks, but retain buffered packet data. 
Definition: oggz_constants.h:86
Functionality disabled at build time. 
Definition: oggz_constants.h:155
Flush after this packet. 
Definition: oggz_constants.h:100
Write Suffix: Assume that we are only writing the suffix of an Ogg stream, ie. 
Definition: oggz_constants.h:77
The requested operation is not suitable for this OGGZ. 
Definition: oggz_constants.h:137
Operation is inappropriate for oggz in current eos state. 
Definition: oggz_constants.h:146
Packet disallowed due to invalid b_o_s (beginning of stream) flag. 
Definition: oggz_constants.h:186
oggz contains no logical bitstreams 
Definition: oggz_constants.h:140
oggz is not a valid OGGZ 
Definition: oggz_constants.h:134
Write only. 
Definition: oggz_constants.h:51
Reading was stopped by an OggzReadCallback returning OGGZ_STOP_OK or writing was stopped by an OggzWr...
Definition: oggz_constants.h:163
Seeking operation is not possible for this OGGZ. 
Definition: oggz_constants.h:158
Reading was stopped by an OggzReadCallback returning OGGZ_STOP_ERR or writing was stopped by an OggzW...
Definition: oggz_constants.h:168
No error. 
Definition: oggz_constants.h:128
Operation is inappropriate for oggz in current bos state. 
Definition: oggz_constants.h:143
OggzStopCtl
Definition: oggz_constants.h:81
Packet disallowed due to invalid byte length. 
Definition: oggz_constants.h:183
Disable strict adherence to mapping constraints, eg for handling an incomplete stream. 
Definition: oggz_constants.h:55
OggzFlags
Flags to oggz_new(), oggz_open(), and oggz_openfd(). 
Definition: oggz_constants.h:46
Packet disallowed due to invalid granulepos. 
Definition: oggz_constants.h:192
no data available from IO, try again 
Definition: oggz_constants.h:171
Continue calling read callbacks. 
Definition: oggz_constants.h:83
Scan for known headers while reading, and automatically set metrics appropriately. 
Definition: oggz_constants.h:63
The requested serialno does not exist in this OGGZ. 
Definition: oggz_constants.h:180
generic error 
Definition: oggz_constants.h:131
OggzStreamContent
Definition of stream content types. 
Definition: oggz_constants.h:106
Stop calling callbacks, and purge buffered packet data. 
Definition: oggz_constants.h:89
Operation requires a valid metric, but none has been set. 
Definition: oggz_constants.h:149
Packet disallowed due to invalid e_o_s (end of stream) flag. 
Definition: oggz_constants.h:189
Write Prefix: Assume that we are only writing the prefix of an Ogg stream, ie. 
Definition: oggz_constants.h:70
System specific error; check errno for details. 
Definition: oggz_constants.h:152
Out of memory. 
Definition: oggz_constants.h:177
Flush all streams before beginning this packet. 
Definition: oggz_constants.h:97
OggzError
Definitions of error return values. 
Definition: oggz_constants.h:126