Class SoundBuffer
java.lang.Object
com.mojang.blaze3d.audio.SoundBuffer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate @Nullable ByteBufferprivate final AudioFormatprivate booleanprivate final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidformat()(package private) OptionalIntbooleanisValid()intsize()
-
Field Details
-
data
-
format
-
hasAlBuffer
private boolean hasAlBuffer -
alBuffer
private int alBuffer -
size
private final int size
-
-
Constructor Details
-
SoundBuffer
-
-
Method Details
-
getAlBuffer
OptionalInt getAlBuffer() -
discardAlBuffer
public void discardAlBuffer() -
releaseAlBuffer
-
format
-
size
public int size() -
isValid
public boolean isValid()
-