runInContextBlocking

open fun runInContextBlocking(runnable: Runnable): Void?

Runs the runnable in the context of the OpenAL audio device, blocking the current thread until it completes.

Parameters

runnable

The runnable to run in the device's context.