org.kc7bfi.jflac.metadata
Class CueTrack

java.lang.Object
  extended by org.kc7bfi.jflac.metadata.CueTrack

public class CueTrack
extends Object

An entry into the cue sheet.

Author:
kc7bfi

Field Summary
protected  CueIndex[] indices
           
protected  byte[] isrc
           
protected  byte number
           
protected  byte numIndices
           
protected  long offset
           
protected  int preEmphasis
           
protected  int type
           
 
Constructor Summary
CueTrack(BitInputStream is)
          The constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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.