public interface AlAudioDevice extends AudioDevice
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AlAudioDevice.DeviceRunnable |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<java.lang.Long> |
getContextPointer()
Gets the device's context pointer
|
java.util.Optional<java.lang.Long> |
getPointer()
Gets the device's pointer
|
void |
runInContext(@NotNull AlAudioDevice.DeviceRunnable runnable)
Runs runnable in the device's context
|
addFilter, addFilter, close, getBufferSize, getFilters, getFormat, getName, getParams, getType, isOpen, open, processFilters, processFilters, reload, removeFilterjava.util.Optional<java.lang.Long> getPointer()
java.util.Optional<java.lang.Long> getContextPointer()
void runInContext(@NotNull
@NotNull AlAudioDevice.DeviceRunnable runnable)