dplug v6.0.22
Dub
Repo
writeRIFFChunkHeader
dplug
client
binrange
Writes a RIFF chunk header to an output range.
@
nogc
void
writeRIFFChunkHeader
(
R
)
(
ref
R
output
,
uint
chunkId
,
uint
chunkSize
)
if
(
isOutputRange
!(
R
,
ubyte
)
)
Meta
Source
See Implementation
dplug
client
binrange
functions
readRIFFChunkHeader
writeBE
writeLE
writeRIFFChunkHeader
templates
RIFFChunkId
Writes a RIFF chunk header to an output range.