LayerIIDecoderBase
(
allocLookupTable
, granuleCount
)
|
Signature
Meta.Voice.NLayer.Decoder.LayerIIDecoderBase.LayerIIDecoderBase(int[][] allocLookupTable, int granuleCount) Parameters allocLookupTable: intgranuleCount: int |
SSLIMIT
: const int |
Signature
const int Meta.Voice.NLayer.Decoder.LayerIIDecoderBase.SSLIMIT |
GetRateTable
(
frame
)
|
Signature
abstract int [] Meta.Voice.NLayer.Decoder.LayerIIDecoderBase.GetRateTable(IMpegFrame frame) Parameters frame: IMpegFrameReturns abstract int [] |
ReadScaleFactorSelection
(
frame
, scfsi
, channels
)
|
Signature
abstract void Meta.Voice.NLayer.Decoder.LayerIIDecoderBase.ReadScaleFactorSelection(IMpegFrame frame, int[][] scfsi, int channels) Parameters Returns abstract void |
GetCRC
(
frame
, rateTable
, allocLookupTable
, readScfsiBits
, crc
)
|
Signature
static bool Meta.Voice.NLayer.Decoder.LayerIIDecoderBase.GetCRC(MpegFrame frame, int[] rateTable, int[][] allocLookupTable, bool readScfsiBits, ref uint crc) Parameters Returns bool |
DecodeFrame
(
frame
, ch0
, ch1
)
|
Signature
override int Meta.Voice.NLayer.Decoder.LayerIIDecoderBase.DecodeFrame(IMpegFrame frame, float[] ch0, float[] ch1) Parameters Returns override int |