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

Quick Search    Search Deep

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

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

public class DiscInfo
extends java.lang.Object

Describes the contents of a CD.

Version:
$Id: DiscInfo.java,v 1.2 2002/09/25 15:43:42 xnarf Exp $

Field Summary
 java.lang.String album
          album name
 java.lang.String arranger
          from Cd-TEXt info
 java.lang.String artist
          cddb info
 int audioLength
          the sum of the lengths of all the audio tracks
 java.lang.String cdindexId
          the discid as required for cdindex
 java.lang.String comment
          a comment
 int discId
          the discid as required for freedb
 int extraStart
          the index of the beginning of the ISO 9660 volume on a CD-Extra disc
 int flags
          bits to indicate status of drive and media
 int fs
          the type of filesystem on the disc, with flags
 int fsSize
          the size of filesystem on the disc, in blocks
 java.lang.String genre
          hopefully an ID3 comment if you want it written to an MP3 file
 boolean initialized
          true if this information had been set
 int jolietLevel
           
 int leadin
           
 int leadout
          the last index on the disc
 java.lang.String mcn
          Media Catalog Number, if present and read
 boolean multiArtist
          true if there is more than one artist
 int playTime
          total audio playing time in 1/75 sec
 java.lang.String songwriter
          from Cd-TEXt info
 TocEntry[] tocs
          the table of audio contents
 java.lang.String trackString
          the list of tracks as required for freedb
 java.lang.String volName
          the ISO9660 Volume Label String
 int year
          year of publishing
 
Constructor Summary
DiscInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

leadin

public int leadin

flags

public int flags
bits to indicate status of drive and media


fs

public int fs
the type of filesystem on the disc, with flags


fsSize

public int fsSize
the size of filesystem on the disc, in blocks


jolietLevel

public int jolietLevel

mcn

public java.lang.String mcn
Media Catalog Number, if present and read


discId

public int discId
the discid as required for freedb


cdindexId

public java.lang.String cdindexId
the discid as required for cdindex


extraStart

public int extraStart
the index of the beginning of the ISO 9660 volume on a CD-Extra disc


audioLength

public int audioLength
the sum of the lengths of all the audio tracks


leadout

public int leadout
the last index on the disc


tocs

public TocEntry[] tocs
the table of audio contents


volName

public java.lang.String volName
the ISO9660 Volume Label String


trackString

public java.lang.String trackString
the list of tracks as required for freedb


playTime

public int playTime
total audio playing time in 1/75 sec


artist

public java.lang.String artist
cddb info


album

public java.lang.String album
album name


year

public int year
year of publishing


comment

public java.lang.String comment
a comment


genre

public java.lang.String genre
hopefully an ID3 comment if you want it written to an MP3 file


arranger

public java.lang.String arranger
from Cd-TEXt info


songwriter

public java.lang.String songwriter
from Cd-TEXt info


multiArtist

public boolean multiArtist
true if there is more than one artist


initialized

public boolean initialized
true if this information had been set

Constructor Detail

DiscInfo

public DiscInfo()