public class CueSheet extends Metadata
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isCD |
protected long |
leadIn |
protected byte[] |
mediaCatalogNumber
Media catalog number.
|
protected int |
numTracks |
protected CueTrack[] |
tracks |
isLast, METADATA_TYPE_APPLICATION, METADATA_TYPE_CUESHEET, METADATA_TYPE_PADDING, METADATA_TYPE_PICTURE, METADATA_TYPE_SEEKTABLE, METADATA_TYPE_STREAMINFO, METADATA_TYPE_VORBIS_COMMENT, STREAM_METADATA_IS_LAST_LEN, STREAM_METADATA_LENGTH_LEN, STREAM_METADATA_TYPE_LEN| Constructor and Description |
|---|
CueSheet(BitInputStream is,
int length,
boolean isLast)
The constructor.
|
protected byte[] mediaCatalogNumber
protected long leadIn
protected boolean isCD
protected int numTracks
protected CueTrack[] tracks
public CueSheet(BitInputStream is, int length, boolean isLast) throws IOException
is - The InputBitStreamlength - Length of the recordisLast - True if this is the last Metadata block in the chainIOException - Thrown if error reading from InputBitStreamCopyright © 2004–2017. All rights reserved.