|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinpro.synthesis.hts.FullPStream
inpro.synthesis.hts.ListBackedFullPStream
public class ListBackedFullPStream
concurrency: this class allows concurrent access by one reading and one appending thread
Field Summary | |
---|---|
(package private) java.util.List<FullPFeatureFrame> |
frames
|
Fields inherited from class inpro.synthesis.hts.FullPStream |
---|
currPosition, FRAMES_PER_SECOND |
Constructor Summary | |
---|---|
ListBackedFullPStream()
|
Method Summary | |
---|---|
void |
appendFeatures(java.util.List<FullPFeatureFrame> fullFrames)
|
FullPFeatureFrame |
getFullFrame(int t)
|
int |
getMaxT()
|
Methods inherited from class inpro.synthesis.hts.FullPStream |
---|
getFullFrames, getMcepParSize, getMcepVSize, getNextFrame, getStrParSize, hasFrame, hasNextFrame, setNextFrame |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.util.List<FullPFeatureFrame> frames
Constructor Detail |
---|
public ListBackedFullPStream()
Method Detail |
---|
public FullPFeatureFrame getFullFrame(int t)
getFullFrame
in class FullPStream
public int getMaxT()
getMaxT
in class FullPStream
public void appendFeatures(java.util.List<FullPFeatureFrame> fullFrames)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |