voxd.utils

Undocumented in source.

Members

Classes

VoxdException
class VoxdException

The one type of Exception thrown in this library

Functions

getRIFFChunkHeader
void getRIFFChunkHeader(R input, uint chunkId, uint chunkSize)
Undocumented in source. Be warned that the author may not have intended to support it.
popBE
T popBE(R input)
Undocumented in source. Be warned that the author may not have intended to support it.
popInteger
auto popInteger(R input)
Undocumented in source. Be warned that the author may not have intended to support it.
popLE
T popLE(R input)
Undocumented in source. Be warned that the author may not have intended to support it.
popUbyte
ubyte popUbyte(R input)
Undocumented in source. Be warned that the author may not have intended to support it.
skipBytes
void skipBytes(R input, int numBytes)
Undocumented in source. Be warned that the author may not have intended to support it.
writeBE
void writeBE(R output, T n)
Undocumented in source. Be warned that the author may not have intended to support it.
writeInteger
void writeInteger(R output, IntegerLargerThan!NumBytes n)
Undocumented in source. Be warned that the author may not have intended to support it.
writeLE
void writeLE(R output, T n)
Undocumented in source. Be warned that the author may not have intended to support it.
writeRIFFChunkHeader
void writeRIFFChunkHeader(R output, uint chunkId, uint chunkSize)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

VOX
struct VOX

The simple structure currently used in vox-d. Expect changes about this.

VoxColor
struct VoxColor
Undocumented in source.

Templates

RIFFChunkId
template RIFFChunkId(string id)
Undocumented in source.

Meta