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

Class for layer I subbands in stereo mode.
Inheritance: SubbandLayer1
Afficher le fichier Open project: RHY3756547/FreeSO

Protected Properties

Свойство Type Description
channel2_allocation int
channel2_factor float
channel2_sample float
channel2_samplelength int
channel2_scalefactor float

Méthodes publiques

Méthode 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 méthode

Constructor
public SubbandLayer1Stereo ( int subbandnumber ) : System
subbandnumber int
Résultat System

put_next_sample() public méthode

*
public put_next_sample ( int channels, SynthesisFilter filter1, SynthesisFilter filter2 ) : bool
channels int
filter1 SynthesisFilter
filter2 SynthesisFilter
Résultat bool

read_allocation() public méthode

*
public read_allocation ( Bitstream stream, Header header, Crc16 crc ) : void
stream Bitstream
header Header
crc Crc16
Résultat void

read_sampledata() public méthode

*
public read_sampledata ( Bitstream stream ) : bool
stream Bitstream
Résultat bool

read_scalefactor() public méthode

*
public read_scalefactor ( Bitstream stream, Header header ) : void
stream Bitstream
header Header
Résultat void

Property Details

channel2_allocation protected_oe property

protected int channel2_allocation
Résultat int

channel2_factor protected_oe property

protected float channel2_factor
Résultat float

channel2_sample protected_oe property

protected float channel2_sample
Résultat float

channel2_samplelength protected_oe property

protected int channel2_samplelength
Résultat int

channel2_scalefactor protected_oe property

protected float channel2_scalefactor
Résultat float