biniu.vorbis
Interface Const


public interface Const

* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2002 * by the XIPHOPHORUS Company http://www.xiph.org/ * *

Title: EncoderVorbis

Description: Codec for encoding music files (wav -> ogg)


Field Summary
static int CHUNKSIZE
           
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
           
static int PACKETBLOBS
           
static int SEEK_CUR
           
static int SEEK_END
           
static int SEEK_SET
           
 

Field Detail

PACKETBLOBS

static final int PACKETBLOBS
See Also:
Constant Field Values

CHUNKSIZE

static final int CHUNKSIZE
See Also:
Constant Field Values

SEEK_SET

static final int SEEK_SET
See Also:
Constant Field Values

SEEK_CUR

static final int SEEK_CUR
See Also:
Constant Field Values

SEEK_END

static final int SEEK_END
See Also:
Constant Field Values

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