dplug v4.2.2 (2017-05-30T16:49:02Z)
Home
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
popBE
popLE
readRIFFChunkHeader
skipBytes
writeBE
writeLE
writeRIFFChunkHeader
templates
RIFFChunkId
Writes a RIFF chunk header to an output range.