C# 클래스 javazoom.jl.decoder.LayerIDecoder.SubbandLayer1

Class for layer I subbands in single channel mode. Used for single channel mode and in derived class for intensity stereo mode
상속: Subband
파일 보기 프로젝트 열기: RHY3756547/FreeSO

공개 프로퍼티들

프로퍼티 타입 설명
table_factor float[]
table_offset float[]

보호된 프로퍼티들

프로퍼티 타입 설명
allocation int
factor float
sample float
samplelength int
samplenumber int
scalefactor float
subbandnumber int

공개 메소드들

메소드 설명
SubbandLayer1 ( int subbandnumber ) : System

Construtor.

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

*

메소드 상세

SubbandLayer1() 공개 메소드

Construtor.
public SubbandLayer1 ( 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

프로퍼티 상세

allocation 보호되어 있는 프로퍼티

protected int allocation
리턴 int

factor 보호되어 있는 프로퍼티

protected float factor
리턴 float

sample 보호되어 있는 프로퍼티

protected float sample
리턴 float

samplelength 보호되어 있는 프로퍼티

protected int samplelength
리턴 int

samplenumber 보호되어 있는 프로퍼티

protected int samplenumber
리턴 int

scalefactor 보호되어 있는 프로퍼티

protected float scalefactor
리턴 float

subbandnumber 보호되어 있는 프로퍼티

protected int subbandnumber
리턴 int

table_factor 공개적으로 정적으로 프로퍼티

public static float[] table_factor
리턴 float[]

table_offset 공개적으로 정적으로 프로퍼티

public static float[] table_offset
리턴 float[]