javazoom.jlgui.player.amp.tag
Class FlacInfo
java.lang.Object
javazoom.jlgui.player.amp.tag.FlacInfo
- TagInfo
public class FlacInfo
extends java.lang.Object
This class gives information (audio format and comments) about Flac file or URL.
bitspersample
protected int bitspersample
channels
protected int channels
location
protected String location
samplerate
protected int samplerate
FlacInfo
public FlacInfo()
Constructor.
getBitsPerSample
public int getBitsPerSample()
getLocation
public String getLocation()
getSize
public long getSize()
load
public void load(File input)
throws IOException,
UnsupportedAudioFileException
Load and parse Flac info from File.
- load in interface TagInfo
load
public void load(InputStream input)
throws IOException,
UnsupportedAudioFileException
Load and parse Flac info from InputStream.
- load in interface TagInfo
load
public void load(URL input)
throws IOException,
UnsupportedAudioFileException
Load and parse Flac info from URL.
- load in interface TagInfo
loadInfo
protected void loadInfo(AudioFileFormat aff)
throws UnsupportedAudioFileException
Load Flac info from AudioFileFormat.
loadInfo
protected void loadInfo(File file)
throws IOException,
UnsupportedAudioFileException
Load Flac info from file.
loadInfo
protected void loadInfo(InputStream input)
throws IOException,
UnsupportedAudioFileException
Load Flac info from input stream.
loadInfo
protected void loadInfo(URL input)
throws IOException,
UnsupportedAudioFileException
Load Flac info from URL.
JavaZOOM 1999-2006