|
Sharkysoft home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--lava.riff.wave.WaveCuePoint
Single cue point from cue points chunk.
Details: A WaveCuePoint
represents a single cue point entry in a .wav file's "cue" chunk. See "Cue Points Chunk" in RIFF WAVE (.WAV) file format for a description of this class' members.
Field Summary | |
int |
dwBlockStart
dwBlockStart field. |
int |
dwChunkStart
dwChunkStart field. |
int |
dwName
dwName field. |
int |
dwPosition
dwPosition field. |
int |
dwSampleOffset
dwSampleOffset field. |
int |
fccChunk
fccChunk field. |
Constructor Summary | |
WaveCuePoint()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public int dwName
Details: This is the four character name of the cue point, which is used as the key into the ADTL chunk to retrieve additional information about the cue point, such as the cue point's label.
WaveStreamReader.getAdtlChunkReader()
,
WaveAdtlChunkReader
public int dwPosition
public int fccChunk
public int dwChunkStart
public int dwBlockStart
public int dwSampleOffset
Constructor Detail |
public WaveCuePoint()
|
Sharkysoft home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |