Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.tuneology.avm
Class TocEntry  view TocEntry download TocEntry.java

java.lang.Object
  extended bycom.tuneology.avm.TocEntry

public class TocEntry
extends java.lang.Object

Describes a track on a CD, including CD-TEXT info, if present.

Version:
$Id: TocEntry.java,v 1.3 2002/11/05 08:08:05 xnarf Exp $

Field Summary
 int adr
          the adr field for the track
 java.lang.String album
          read from CD-TEXT, if present
 java.lang.String arranger
           
 java.lang.String artist
          read from CD-TEXT, if present
 java.lang.String comment
           
 long fileSize
           
 int format
          the format of the track
 int frame
          the index of the beginning of the track
 java.lang.String genre
           
 DiscInfo info
           
 java.lang.String isrc
          the ISRC entry for the track
 int len
          the length of the track in 1/75 secs
 int mode
          the mode of the track
 int rate
          bit rate, in bits/second
 java.lang.String songwriter
           
 java.lang.String title
          read from CD-TEXT, if present
 int track
          the track number
 int typ
          the type of the track
 int year
           
 
Constructor Summary
TocEntry()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typ

public int typ
the type of the track


format

public int format
the format of the track


adr

public int adr
the adr field for the track


mode

public int mode
the mode of the track


frame

public int frame
the index of the beginning of the track


len

public int len
the length of the track in 1/75 secs


track

public int track
the track number


isrc

public java.lang.String isrc
the ISRC entry for the track


artist

public java.lang.String artist
read from CD-TEXT, if present


album

public java.lang.String album
read from CD-TEXT, if present


title

public java.lang.String title
read from CD-TEXT, if present


rate

public int rate
bit rate, in bits/second


fileSize

public long fileSize

comment

public java.lang.String comment

arranger

public java.lang.String arranger

songwriter

public java.lang.String songwriter

genre

public java.lang.String genre

year

public int year

info

public DiscInfo info
Constructor Detail

TocEntry

public TocEntry()