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

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

보호된 프로퍼티들

프로퍼티 타입 설명
channel2_scalefactor1 float
channel2_scfsi int

공개 메소드들

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

*

메소드 상세

SubbandLayer2IntensityStereo() 공개 메소드

Constructor
public SubbandLayer2IntensityStereo ( 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_scalefactor1 보호되어 있는 프로퍼티

protected float channel2_scalefactor1
리턴 float

channel2_scfsi 보호되어 있는 프로퍼티

protected int channel2_scfsi
리턴 int