public class DecoderState extends Object
| Modifier and Type | Field and Description |
|---|---|
short |
BYTES |
short |
DECODER_MODE |
short |
LPC_N |
short |
NASUB |
short |
SIZE |
short |
STATE_SHORT_LEN |
short |
SUBFRAMES |
short |
WORDS |
| Constructor and Description |
|---|
DecoderState() |
| Modifier and Type | Method and Description |
|---|---|
int |
getConsPliCount() |
short[] |
getEnhancementBuffer() |
short[] |
getEnhancementPeriod() |
short[] |
getHpiMemX() |
short[] |
getHpiMemY() |
int |
getLastTag() |
short[] |
getLsfDeqOld() |
short[] |
getOldSyntDenum() |
short |
getPerSquare() |
int |
getPrevEnchPl() |
short |
getPrevLag() |
short[] |
getPrevLpc() |
short |
getPrevPli() |
short[] |
getPrevResidual() |
short |
getPrevScale() |
short |
getSeed() |
short[] |
getSynthMem() |
int |
getUseEnhancer() |
void |
setConsPliCount(int consPliCount) |
void |
setLastTag(int lastTag) |
void |
setMode(int mode) |
void |
setPerSquare(short perSquare) |
void |
setPrevEnchPl(int prevEnchPl) |
void |
setPrevLag(short prevLag) |
void |
setPrevPli(short prevPli) |
void |
setPrevScale(short prevScale) |
void |
setSeed(short seed) |
void |
setUseEnhancer(int useEnhancer) |
public short DECODER_MODE
public short SIZE
public short SUBFRAMES
public short NASUB
public short BYTES
public short WORDS
public short LPC_N
public short STATE_SHORT_LEN
public void setMode(int mode)
public short[] getSynthMem()
public short[] getLsfDeqOld()
public short[] getPrevLpc()
public short[] getPrevResidual()
public short[] getOldSyntDenum()
public short[] getEnhancementBuffer()
public short[] getEnhancementPeriod()
public short[] getHpiMemX()
public short[] getHpiMemY()
public int getLastTag()
public void setLastTag(int lastTag)
public int getConsPliCount()
public void setConsPliCount(int consPliCount)
public int getPrevEnchPl()
public void setPrevEnchPl(int prevEnchPl)
public int getUseEnhancer()
public void setUseEnhancer(int useEnhancer)
public short getPerSquare()
public void setPerSquare(short perSquare)
public short getPrevScale()
public void setPrevScale(short prevScale)
public short getPrevPli()
public void setPrevPli(short prevPli)
public short getPrevLag()
public void setPrevLag(short prevLag)
public short getSeed()
public void setSeed(short seed)
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.