|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SequentialData
Interface for objects that can be read and/or written by index. The index is not stored internally so they can be shared by multiple readers.
FixedRateMonoReader, FixedRateStereoReader, FixedRateMonoWriter, FixedRateStereoWriter
,
VariableRateMonoReader, VariableRateStereoReader
Method Summary | |
---|---|
int |
getChannelsPerFrame()
|
int |
getNumFrames()
|
double |
getRateScaler(int index,
double synthesisRate)
Get rate to play the data. |
int |
getReleaseBegin()
|
int |
getReleaseEnd()
|
int |
getSustainBegin()
|
int |
getSustainEnd()
|
double |
readDouble(int index)
Read a value at the given index. |
void |
writeDouble(int index,
double value)
Write a value at the given index. |
Method Detail |
---|
void writeDouble(int index, double value)
double readDouble(int index)
int getSustainBegin()
int getSustainEnd()
int getReleaseBegin()
int getReleaseEnd()
double getRateScaler(int index, double synthesisRate)
index
- synthesisRate
-
int getChannelsPerFrame()
int getNumFrames()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |