C# Class javazoom.jl.decoder.LayerIIDecoder.SubbandLayer2Stereo

Class for layer II subbands in stereo mode.
Inheritance: SubbandLayer2
显示文件 Open project: RHY3756547/FreeSO

Protected Properties

Property Type Description
channel2_allocation int
channel2_c float[]
channel2_codelength int[]
channel2_d float[]
channel2_factor float[]
channel2_samples float[]
channel2_scalefactor1 float
channel2_scfsi int

Public Methods

Method Description
SubbandLayer2Stereo ( int subbandnumber ) : System

Constructor

put_next_sample ( int channels, SynthesisFilter filter1, SynthesisFilter filter2 ) : bool

*

read_allocation ( Bitstream stream, Header header, Crc16 crc ) : void

*

read_sampledata ( Bitstream stream ) : bool

*

read_scalefactor ( Bitstream stream, Header header ) : void

*

read_scalefactor_selection ( Bitstream stream, Crc16 crc ) : void

*

Method Details

SubbandLayer2Stereo() public method

Constructor
public SubbandLayer2Stereo ( int subbandnumber ) : System
subbandnumber int
return System

put_next_sample() public method

*
public put_next_sample ( int channels, SynthesisFilter filter1, SynthesisFilter filter2 ) : bool
channels int
filter1 SynthesisFilter
filter2 SynthesisFilter
return bool

read_allocation() public method

*
public read_allocation ( Bitstream stream, Header header, Crc16 crc ) : void
stream Bitstream
header Header
crc Crc16
return void

read_sampledata() public method

*
public read_sampledata ( Bitstream stream ) : bool
stream Bitstream
return bool

read_scalefactor() public method

*
public read_scalefactor ( Bitstream stream, Header header ) : void
stream Bitstream
header Header
return void

read_scalefactor_selection() public method

*
public read_scalefactor_selection ( Bitstream stream, Crc16 crc ) : void
stream Bitstream
crc Crc16
return void

Property Details

channel2_allocation protected_oe property

protected int channel2_allocation
return int

channel2_c protected_oe property

protected float[] channel2_c
return float[]

channel2_codelength protected_oe property

protected int[] channel2_codelength
return int[]

channel2_d protected_oe property

protected float[] channel2_d
return float[]

channel2_factor protected_oe property

protected float[] channel2_factor
return float[]

channel2_samples protected_oe property

protected float[] channel2_samples
return float[]

channel2_scalefactor1 protected_oe property

protected float channel2_scalefactor1
return float

channel2_scfsi protected_oe property

protected int channel2_scfsi
return int