public class APEHeader extends Object
| Modifier and Type | Field and Description |
|---|---|
protected File |
m_pIO |
static int |
MAC_FORMAT_FLAG_24_BIT |
static int |
MAC_FORMAT_FLAG_8_BIT |
static int |
MAC_FORMAT_FLAG_CRC |
static int |
MAC_FORMAT_FLAG_CREATE_WAV_HEADER |
static int |
MAC_FORMAT_FLAG_HAS_PEAK_LEVEL |
static int |
MAC_FORMAT_FLAG_HAS_SEEK_ELEMENTS |
| Modifier and Type | Method and Description |
|---|---|
void |
Analyze(APEFileInfo pInfo) |
protected void |
AnalyzeCurrent(APEFileInfo m_APEFileInfo) |
protected void |
AnalyzeOld(APEFileInfo m_APEFileInfo) |
protected int |
FindDescriptor(boolean bSeek) |
public static final int MAC_FORMAT_FLAG_8_BIT
public static final int MAC_FORMAT_FLAG_CRC
public static final int MAC_FORMAT_FLAG_HAS_PEAK_LEVEL
public static final int MAC_FORMAT_FLAG_24_BIT
public static final int MAC_FORMAT_FLAG_HAS_SEEK_ELEMENTS
public static final int MAC_FORMAT_FLAG_CREATE_WAV_HEADER
protected File m_pIO
public APEHeader(File file)
public void Analyze(APEFileInfo pInfo) throws IOException
IOExceptionprotected void AnalyzeCurrent(APEFileInfo m_APEFileInfo) throws IOException
IOExceptionprotected void AnalyzeOld(APEFileInfo m_APEFileInfo) throws IOException
IOExceptionprotected int FindDescriptor(boolean bSeek)
throws IOException
IOExceptionCopyright © 2014. All rights reserved.