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

Abstract base class for subband classes of layer I and II
Exibir arquivo Open project: RHY3756547/FreeSO

Public Properties

Property Type Description
scalefactors float[]

Public Methods

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

put_next_sample() public abstract method

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

read_allocation() public abstract method

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

read_sampledata() public abstract method

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

read_scalefactor() public abstract method

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

Property Details

scalefactors public_oe static_oe property

public static float[] scalefactors
return float[]