|
jlscp v0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.linuxsampler.lscp.BufferFill
public class BufferFill
Provides information about the fill state of a disk stream buffer.
Constructor Summary | |
---|---|
BufferFill()
Creates a new instance of BufferFill . |
|
BufferFill(int streamId,
int value)
Creates a new instance of BufferFill with
the specified stream ID and fill amount. |
Method Summary | |
---|---|
int |
getStreamId()
Gets the stream ID of the disk stream buffer. |
int |
getValue()
Gets the fill amount of the buffer. |
void |
setStreamId(int id)
Sets the stream ID of the disk stream buffer. |
void |
setValue(int val)
Sets the fill amount of the buffer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BufferFill()
BufferFill
.
public BufferFill(int streamId, int value)
BufferFill
with
the specified stream ID and fill amount.
streamId
- The stream ID of the disk stream buffer.value
- The fill amount of the disk stream buffer.Method Detail |
---|
public int getStreamId()
public void setStreamId(int id)
id
- The stream ID of the disk stream buffer.public int getValue()
public void setValue(int val)
val
- The fill amount of the buffer.
|
jlscp v0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |