API reference
API reference
Select your platform
No SDKs available
No versions available

LayerIDecoder Class

Constructors

LayerIDecoder ()
Signature
Meta.Voice.NLayer.Decoder.LayerIDecoder.LayerIDecoder()

Protected Methods

GetRateTable ( frame )
Signature
override int [] Meta.Voice.NLayer.Decoder.LayerIDecoder.GetRateTable(IMpegFrame frame)
Parameters
frame: IMpegFrame
Returns
override int []
ReadScaleFactorSelection ( frame , scfsi , channels )
Signature
override void Meta.Voice.NLayer.Decoder.LayerIDecoder.ReadScaleFactorSelection(IMpegFrame frame, int[][] scfsi, int channels)
Parameters
frame: IMpegFrame
scfsi: int
channels: int
Returns
override void

Internal Static Methods

GetCRC ( frame , crc )
Signature
static bool Meta.Voice.NLayer.Decoder.LayerIDecoder.GetCRC(MpegFrame frame, ref uint crc)
Parameters
frame: MpegFrame
crc: ref uint
Returns
bool