AudioStream.isOpenForReading

struct AudioStream
nothrow @nogc
bool
isOpenForReading
()

Return Value

Type: bool

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

Meta