org.kc7bfi.jflac.metadata
Class CueTrack
java.lang.Object
org.kc7bfi.jflac.metadata.CueTrack
public class CueTrack
- extends Object
An entry into the cue sheet.
- Author:
- kc7bfi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
offset
protected long offset
number
protected byte number
isrc
protected byte[] isrc
type
protected int type
preEmphasis
protected int preEmphasis
numIndices
protected byte numIndices
indices
protected CueIndex[] indices
CueTrack
public CueTrack(BitInputStream is)
throws IOException
- The constructor.
- Parameters:
is
- The InputBitStream
- Throws:
IOException
- Thrown if error reading from InputBitStream
Copyright © 2004-2011. All Rights Reserved.