AudioStream.isOpenForWriting

struct AudioStream
nothrow @nogc
bool
isOpenForWriting
()

Return Value

Type: bool

true if this stream is currently open for writing (encoding). false if the stream has been destroyed, finalized with finalizeEncoding(), or if it was created for decoding instead.

Meta