public class APEFileInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
nAPETotalBytes |
int |
nAverageBitrate |
int |
nBitsPerSample |
int |
nBlockAlign |
int |
nBlocksPerFrame |
int |
nBytesPerSample |
int |
nChannels |
int |
nCompressionLevel |
int |
nDecompressedBitrate |
int |
nFinalFrameBlocks |
int |
nFormatFlags |
int |
nJunkHeaderBytes |
int |
nLengthMS |
int |
nPeakLevel |
int |
nSampleRate |
int |
nSeekTableElements |
int |
nTotalBlocks |
int |
nTotalFrames |
int |
nVersion |
int |
nWAVDataBytes |
int |
nWAVHeaderBytes |
int |
nWAVTerminatingBytes |
int |
nWAVTotalBytes |
APEDescriptor |
spAPEDescriptor |
byte[] |
spSeekBitTable |
int[] |
spSeekByteTable |
byte[] |
spWaveHeaderData |
| Constructor and Description |
|---|
APEFileInfo() |
public int nVersion
public int nCompressionLevel
public int nFormatFlags
public int nTotalFrames
public int nBlocksPerFrame
public int nFinalFrameBlocks
public int nChannels
public int nSampleRate
public int nBitsPerSample
public int nBytesPerSample
public int nBlockAlign
public int nWAVHeaderBytes
public int nWAVDataBytes
public int nWAVTerminatingBytes
public int nWAVTotalBytes
public int nAPETotalBytes
public int nTotalBlocks
public int nLengthMS
public int nAverageBitrate
public int nDecompressedBitrate
public int nPeakLevel
public int nJunkHeaderBytes
public int nSeekTableElements
public int[] spSeekByteTable
public byte[] spSeekBitTable
public byte[] spWaveHeaderData
public APEDescriptor spAPEDescriptor
Copyright © 2014. All rights reserved.