The OpenD Programming Language

AudioStream.finalizeEncoding

Finalize encoding. After finalization, further writes are not possible anymore however the stream is considered complete and valid for storage.

struct AudioStream
nothrow @nogc nothrow @nogc
bool
finalizeEncoding
()

Return Value

Type: bool

true in case of success. false in case of I/O error. This also sets the isError flag in this case.

Meta