AudioStream.openFromFile

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

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

Meta