The OpenD Programming Language

AudioStream.openFromFile

Opens an audio stream that decodes from a file. This stream will be opened for reading only.

struct AudioStream
nothrow @nogc
void
openFromFile
(
const(char)[] path
)

Meta