|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kc7bfi.jflac.Constants
public class Constants
libFLAC - Free Lossless Audio Codec library Copyright (C) 2000,2001,2002,2003 Josh Coalson This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Field Summary | |
---|---|
static int |
CHANNEL_ASSIGNMENT_INDEPENDENT
independent channels. |
static int |
CHANNEL_ASSIGNMENT_LEFT_SIDE
left+side stereo. |
static int |
CHANNEL_ASSIGNMENT_MID_SIDE
mid+side stereo. |
static int |
CHANNEL_ASSIGNMENT_RIGHT_SIDE
right+side stereo. |
static int |
MAX_BLOCK_SIZE
The maximum frame block size. |
static int |
MAX_CHANNELS
The maximum number of audio channels. |
static int |
MAX_RICE_PARTITION_ORDER
The maximum Rice partition order permitted by the format. |
static byte[] |
STREAM_SYNC_STRING
FLAC Stream Sync string. |
Constructor Summary | |
---|---|
Constants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MAX_CHANNELS
public static final int MAX_BLOCK_SIZE
public static final int MAX_RICE_PARTITION_ORDER
public static final int CHANNEL_ASSIGNMENT_INDEPENDENT
public static final int CHANNEL_ASSIGNMENT_LEFT_SIDE
public static final int CHANNEL_ASSIGNMENT_RIGHT_SIDE
public static final int CHANNEL_ASSIGNMENT_MID_SIDE
public static final byte[] STREAM_SYNC_STRING
Constructor Detail |
---|
public Constants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |