org.tritonus.lowlevel.pvorbis
Interface VorbisConstants

All Known Implementing Classes:
Comment, Info, StaticCodebook

public interface VorbisConstants

Constants, especially error codes from vorbis/codec.h.


Field Summary
static int OV_EBADHEADER
           
static int OV_EBADLINK
           
static int OV_EBADPACKET
           
static int OV_EFAULT
           
static int OV_EIMPL
           
static int OV_EINVAL
           
static int OV_ENOSEEK
           
static int OV_ENOTAUDIO
           
static int OV_ENOTVORBIS
           
static int OV_EOF
           
static int OV_EREAD
           
static int OV_EVERSION
           
static int OV_FALSE
           
static int OV_HOLE
           
 

Field Detail

OV_FALSE

static final int OV_FALSE
See Also:
Constant Field Values

OV_EOF

static final int OV_EOF
See Also:
Constant Field Values

OV_HOLE

static final int OV_HOLE
See Also:
Constant Field Values

OV_EREAD

static final int OV_EREAD
See Also:
Constant Field Values

OV_EFAULT

static final int OV_EFAULT
See Also:
Constant Field Values

OV_EIMPL

static final int OV_EIMPL
See Also:
Constant Field Values

OV_EINVAL

static final int OV_EINVAL
See Also:
Constant Field Values

OV_ENOTVORBIS

static final int OV_ENOTVORBIS
See Also:
Constant Field Values

OV_EBADHEADER

static final int OV_EBADHEADER
See Also:
Constant Field Values

OV_EVERSION

static final int OV_EVERSION
See Also:
Constant Field Values

OV_ENOTAUDIO

static final int OV_ENOTAUDIO
See Also:
Constant Field Values

OV_EBADPACKET

static final int OV_EBADPACKET
See Also:
Constant Field Values

OV_EBADLINK

static final int OV_EBADLINK
See Also:
Constant Field Values

OV_ENOSEEK

static final int OV_ENOSEEK
See Also:
Constant Field Values