OutputStream.runAudioThread

Runs the audio thread. This either means that it'll create a new low-level thread to feed the stream a steady amount of data, or use whatever the backend on the OS has.

class OutputStream
abstract @nogc nothrow
int
runAudioThread
()

Return Value

Type: int

0, or an error code if there was a failure.

Meta