|
Sharkysoft home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--lava.riff.wave.RIFF_WAVE
RIFF-wave file constants.
Details: RIFF_WAVE
contains constants frequently used in WAVE files.
Field Summary | |
static int |
ADTL_TAG
The 'adtl' chunk tag. |
static int |
CUE_TAG
The 'cue ' chunk tag. |
static int |
DATA_TAG
The 'data' chunk tag. |
static int |
FACT_TAG
The 'fact' chunk tag. |
static int |
FILE_TAG
The 'file' chunk tag. |
static int |
FMT_TAG
The 'fmt ' chunk tag. |
static int |
LABL_TAG
The 'labl' chunk tag. |
static int |
LIST_TAG
The 'LIST' chunk tag. |
static int |
NOTE_TAG
The 'note' chunk tag. |
static int |
PLST_TAG
The 'plst' chunk tag. |
static int |
SLNT_TAG
The 'slnt' chunk tag. |
static int |
WAVE_TAG
The 'WAVE' type identifier. |
static int |
WAVL_TAG
The 'wavl' chunk tag. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final int WAVE_TAG
public static final int FMT_TAG
public static final int DATA_TAG
public static final int CUE_TAG
public static final int FACT_TAG
public static final int LIST_TAG
public static final int ADTL_TAG
public static final int LABL_TAG
public static final int NOTE_TAG
public static final int PLST_TAG
public static final int FILE_TAG
public static final int WAVL_TAG
public static final int SLNT_TAG
|
Sharkysoft home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |