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
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
table_factor float[]
table_offset float[]

Защищенные свойства (Protected)

Свойство Тип Описание
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[]