public class AudioStreamBuffer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
alBuffer |
private java.nio.ByteBuffer |
data |
private javax.sound.sampled.AudioFormat |
format |
private boolean |
hasAlBuffer |
Constructor and Description |
---|
AudioStreamBuffer(java.nio.ByteBuffer p_i51176_1_,
javax.sound.sampled.AudioFormat p_i51176_2_) |
Modifier and Type | Method and Description |
---|---|
void |
discardAlBuffer() |
(package private) java.util.OptionalInt |
getAlBuffer() |
java.util.OptionalInt |
releaseAlBuffer() |
@Nullable private java.nio.ByteBuffer data
private final javax.sound.sampled.AudioFormat format
private boolean hasAlBuffer
private int alBuffer