public class CueTrack extends Object
| Modifier and Type | Field and Description |
|---|---|
protected CueIndex[] |
indices |
protected byte[] |
isrc |
protected byte |
number |
protected byte |
numIndices |
protected long |
offset |
protected int |
preEmphasis |
protected int |
type |
| Constructor and Description |
|---|
CueTrack(BitInputStream is)
The constructor.
|
protected long offset
protected byte number
protected byte[] isrc
protected int type
protected int preEmphasis
protected byte numIndices
protected CueIndex[] indices
public CueTrack(BitInputStream is) throws IOException
is - The InputBitStreamIOException - Thrown if error reading from InputBitStreamCopyright © 2004–2017. All rights reserved.