C# 클래스 javazoom.jl.decoder.LayerIIDecoder.SubbandLayer2Stereo

Class for layer II subbands in stereo mode.
상속: SubbandLayer2
파일 보기 프로젝트 열기: RHY3756547/FreeSO

보호된 프로퍼티들

프로퍼티 타입 설명
channel2_allocation int
channel2_c float[]
channel2_codelength int[]
channel2_d float[]
channel2_factor float[]
channel2_samples float[]
channel2_scalefactor1 float
channel2_scfsi int

공개 메소드들

메소드 설명
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

*

메소드 상세

SubbandLayer2Stereo() 공개 메소드

Constructor
public SubbandLayer2Stereo ( int subbandnumber ) : System
subbandnumber int
리턴 System

put_next_sample() 공개 메소드

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

read_allocation() 공개 메소드

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

read_sampledata() 공개 메소드

*
public read_sampledata ( Bitstream stream ) : bool
stream Bitstream
리턴 bool

read_scalefactor() 공개 메소드

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

read_scalefactor_selection() 공개 메소드

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

프로퍼티 상세

channel2_allocation 보호되어 있는 프로퍼티

protected int channel2_allocation
리턴 int

channel2_c 보호되어 있는 프로퍼티

protected float[] channel2_c
리턴 float[]

channel2_codelength 보호되어 있는 프로퍼티

protected int[] channel2_codelength
리턴 int[]

channel2_d 보호되어 있는 프로퍼티

protected float[] channel2_d
리턴 float[]

channel2_factor 보호되어 있는 프로퍼티

protected float[] channel2_factor
리턴 float[]

channel2_samples 보호되어 있는 프로퍼티

protected float[] channel2_samples
리턴 float[]

channel2_scalefactor1 보호되어 있는 프로퍼티

protected float channel2_scalefactor1
리턴 float

channel2_scfsi 보호되어 있는 프로퍼티

protected int channel2_scfsi
리턴 int