public class APEInfo extends Object
| Constructor and Description |
|---|
APEInfo(File file) |
APEInfo(File pIO) |
APEInfo(File file,
APETag pTag) |
APEInfo(File pIO,
APETag pTag) |
APEInfo(InputStream pIO) |
APEInfo(InputStream pIO,
APETag pTag) |
APEInfo(URL url) |
APEInfo(URL url,
APETag pTag) |
public APEInfo(URL url) throws IOException
IOExceptionpublic APEInfo(URL url, APETag pTag) throws IOException
IOExceptionpublic APEInfo(File file) throws IOException
IOExceptionpublic APEInfo(File file, APETag pTag) throws IOException
IOExceptionpublic APEInfo(InputStream pIO) throws IOException
IOExceptionpublic APEInfo(InputStream pIO, APETag pTag) throws IOException
IOExceptionpublic APEInfo(File pIO) throws IOException
IOExceptionpublic APEInfo(File pIO, APETag pTag) throws IOException
IOExceptionpublic void close()
throws IOException
IOExceptionpublic int getApeInfoFileVersion()
public int getApeInfoCompressionLevel()
public int getApeInfoFormatFlags()
public int getApeInfoSampleRate()
public int getApeInfoBitsPerSample()
public int getApeInfoBytesPerSample()
public int getApeInfoChannels()
public int getApeInfoBlockAlign()
public int getApeInfoBlocksPerFrame()
public int getApeInfoFinalFrameBlocks()
public int getApeInfoTotalFrames()
public int getApeInfoWavHeaderBytes()
public int getApeInfoWavTerminatingBytes()
public int getApeInfoWavDataBytes()
public int getApeInfoWavTotalBytes()
public int getApeInfoApeTotalBytes()
public int getApeInfoTotalBlocks()
public int getApeInfoLengthMs()
public int getApeInfoAverageBitrate()
public int getApeInfoSeekByte(int nFrame)
public int getApeInfoFrameBytes(int nFrame)
throws IOException
IOExceptionpublic int getApeInfoFrameBlocks(int nFrame)
public int getApeInfoFrameBitrate(int nFrame)
throws IOException
IOExceptionpublic int getApeInfoDecompressedBitrate()
public int getApeInfoPeakLevel()
public int getApeInfoSeekBit(int nFrame)
public WaveFormat getApeInfoWaveFormatEx()
public byte[] getApeInfoWavHeaderData(int nMaxBytes)
public File getApeInfoIoSource()
public APETag getApeInfoTag()
public byte[] getApeInfoWavTerminatingData(int nMaxBytes)
throws IOException
IOExceptionpublic APEFileInfo getApeInfoInternalInfo()
Copyright © 2014. All rights reserved.