C# Class javazoom.jl.decoder.LayerIDecoder.SubbandLayer1Stereo

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

Protected Properties

Property Type Description
channel2_allocation int
channel2_factor float
channel2_sample float
channel2_samplelength int
channel2_scalefactor float

Public Methods

Method Description
SubbandLayer1Stereo ( 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

*

Method Details

SubbandLayer1Stereo() public method

Constructor
public SubbandLayer1Stereo ( 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

Property Details

channel2_allocation protected_oe property

protected int channel2_allocation
return int

channel2_factor protected_oe property

protected float channel2_factor
return float

channel2_sample protected_oe property

protected float channel2_sample
return float

channel2_samplelength protected_oe property

protected int channel2_samplelength
return int

channel2_scalefactor protected_oe property

protected float channel2_scalefactor
return float