Go to the source code of this file.
Enumerations | |
enum | OggzFlags { OGGZ_READ = 0x00, OGGZ_WRITE = 0x01, OGGZ_NONSTRICT = 0x10, OGGZ_AUTO = 0x20 } |
Flags to oggz_new(), oggz_open(), and oggz_openfd(). More... | |
enum | OggzStatus { OGGZ_STATUS_INITIALIZED = 0, OGGZ_STATUS_INTERNAL_ERROR = 1, OGGZ_STATUS_READ_ACTIVE = 10, OGGZ_STATUS_READ_STOP_OK = 11, OGGZ_STATUS_READ_STOP_ERR = 12, OGGZ_STATUS_READ_EOF = 13 } |
enum | OggzStopCtl { OGGZ_CONTINUE = 0, OGGZ_STOP_OK = 1, OGGZ_STOP_ERR = -1 } |
enum | OggzFlushOpts { OGGZ_FLUSH_BEFORE = 0x01, OGGZ_FLUSH_AFTER = 0x02 } |
Flush options for oggz_write_feed; can be or'ed together. More... | |
enum | OggzError { OGGZ_ERR_OK = 0, OGGZ_ERR_GENERIC = -1, OGGZ_ERR_BAD_OGGZ = -2, OGGZ_ERR_INVALID = -3, OGGZ_ERR_NO_STREAMS = -4, OGGZ_ERR_BOS = -5, OGGZ_ERR_EOS = -6, OGGZ_ERR_BAD_METRIC = -7, OGGZ_ERR_SYSTEM = -10, OGGZ_ERR_DISABLED = -11, OGGZ_ERR_NOSEEK = -13, OGGZ_ERR_BAD_SERIALNO = -20, OGGZ_ERR_BAD_BYTES = -21, OGGZ_ERR_BAD_B_O_S = -22, OGGZ_ERR_BAD_E_O_S = -23, OGGZ_ERR_BAD_GRANULEPOS = -24, OGGZ_ERR_BAD_PACKETNO = -25, OGGZ_ERR_BAD_GUARD = -210, OGGZ_ERR_RECURSIVE_WRITE = -266 } |
Definitions of error return values. More... |
|
Definitions of error return values.
|
|
Flags to oggz_new(), oggz_open(), and oggz_openfd(). Can be or'ed together in the following combinations:
|
|
Flush options for oggz_write_feed; can be or'ed together.
|
|
|