This class gives information (audio format and comments) about APE file or URL.
album
protected String album
author
protected String author
bitrate
protected int bitrate
bitspersample
protected int bitspersample
blocksperframe
protected int blocksperframe
channels
protected int channels
comment
protected String comment
compressionlevel
protected String compressionlevel
copyright
protected String copyright
duration
protected long duration
finalframeblocks
protected int finalframeblocks
genre
protected String genre
location
protected String location
peaklevel
protected int peaklevel
samplerate
protected int samplerate
title
protected String title
totalblocks
protected int totalblocks
totalframes
protected int totalframes
track
protected String track
version
protected int version
getBitsPerSample
public int getBitsPerSample()
getBlocksperframe
public int getBlocksperframe()
getCompressionlevel
public String getCompressionlevel()
getCopyright
public String getCopyright()
getFinalframeblocks
public int getFinalframeblocks()
getLocation
public String getLocation()
getPeaklevel
public int getPeaklevel()
getSize
public long getSize()
getTotalblocks
public int getTotalblocks()
getTotalframes
public int getTotalframes()
getVersion
public int getVersion()
load
public void load(File input)
throws IOException,
UnsupportedAudioFileException
Load and parse APE info from File.
- load in interface TagInfo
load
public void load(InputStream input)
throws IOException,
UnsupportedAudioFileException
Load and parse APE info from InputStream.
- load in interface TagInfo
load
public void load(URL input)
throws IOException,
UnsupportedAudioFileException
Load and parse APE info from URL.
- load in interface TagInfo
loadInfo
protected void loadInfo(AudioFileFormat aff)
throws UnsupportedAudioFileException
Load APE info from AudioFileFormat.
loadInfo
protected void loadInfo(File file)
throws IOException,
UnsupportedAudioFileException
Load APE info from file.
loadInfo
protected void loadInfo(InputStream input)
throws IOException,
UnsupportedAudioFileException
Load APE info from input stream.
loadInfo
protected void loadInfo(URL input)
throws IOException,
UnsupportedAudioFileException
Load APE info from URL.