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 intCHUNKSIZE
static intOV_EBADHEADER
static intOV_EBADLINK
static intOV_EBADPACKET
static intOV_EFAULT
static intOV_EIMPL
static intOV_EINVAL
static intOV_ENOSEEK
static intOV_ENOTAUDIO
static intOV_ENOTVORBIS
static intOV_EOF
static intOV_EREAD
static intOV_EVERSION
static intOV_FALSE
static intOV_HOLE
static intPACKETBLOBS
static intSEEK_CUR
static intSEEK_END
static intSEEK_SET

Field Detail

CHUNKSIZE

public static final int CHUNKSIZE

OV_EBADHEADER

public static final int OV_EBADHEADER

OV_EBADLINK

public static final int OV_EBADLINK

OV_EBADPACKET

public static final int OV_EBADPACKET

OV_EFAULT

public static final int OV_EFAULT

OV_EIMPL

public static final int OV_EIMPL

OV_EINVAL

public static final int OV_EINVAL

OV_ENOSEEK

public static final int OV_ENOSEEK

OV_ENOTAUDIO

public static final int OV_ENOTAUDIO

OV_ENOTVORBIS

public static final int OV_ENOTVORBIS

OV_EOF

public static final int OV_EOF

OV_EREAD

public static final int OV_EREAD

OV_EVERSION

public static final int OV_EVERSION

OV_FALSE

public static final int OV_FALSE

OV_HOLE

public static final int OV_HOLE

PACKETBLOBS

public static final int PACKETBLOBS

SEEK_CUR

public static final int SEEK_CUR

SEEK_END

public static final int SEEK_END

SEEK_SET

public static final int SEEK_SET