dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
writeRIFFChunkHeader
dplug
core
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
core
binrange
functions
popBE
popLE
readRIFFChunkHeader
skipBytes
writeBE
writeLE
writeRIFFChunkHeader
templates
RIFFChunkId
Writes a RIFF chunk header to an output range.