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:176
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:208
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:197
Guard provided by user has non-zero value.
Definition: oggz_constants.h:204
Comment violates VorbisComment restrictions.
Definition: oggz_constants.h:201
Stop calling callbacks, but retain buffered packet data.
Definition: oggz_constants.h:86
Functionality disabled at build time.
Definition: oggz_constants.h:157
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:139
Operation is inappropriate for oggz in current eos state.
Definition: oggz_constants.h:148
Packet disallowed due to invalid b_o_s (beginning of stream) flag.
Definition: oggz_constants.h:188
oggz contains no logical bitstreams
Definition: oggz_constants.h:142
oggz is not a valid OGGZ
Definition: oggz_constants.h:136
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:165
Seeking operation is not possible for this OGGZ.
Definition: oggz_constants.h:160
Reading was stopped by an OggzReadCallback returning OGGZ_STOP_ERR or writing was stopped by an OggzW...
Definition: oggz_constants.h:170
No error.
Definition: oggz_constants.h:130
Operation is inappropriate for oggz in current bos state.
Definition: oggz_constants.h:145
OggzStopCtl
Definition: oggz_constants.h:81
Packet disallowed due to invalid byte length.
Definition: oggz_constants.h:185
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:194
no data available from IO, try again
Definition: oggz_constants.h:173
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:182
generic error
Definition: oggz_constants.h:133
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:151
Packet disallowed due to invalid e_o_s (end of stream) flag.
Definition: oggz_constants.h:191
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:154
Out of memory.
Definition: oggz_constants.h:179
Flush all streams before beginning this packet.
Definition: oggz_constants.h:97
OggzError
Definitions of error return values.
Definition: oggz_constants.h:128