ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
Chunk
ae
utils
sound
riff
reader
RIFF chunk.
struct
Chunk {
struct
Header
;
Header
*
header
;
this
(ubyte[] data);
char
[
4
]
name
();
ubyte
[]
data
();
}
Constructors
this
this
(ubyte[] data)
Parse and consume one chunk from
data
.
Members
Functions
data
ubyte
[]
data
()
Undocumented in source. Be warned that the author may not have intended to support it.
name
char
[
4
]
name
()
Undocumented in source. Be warned that the author may not have intended to support it.
Structs
Header
struct
Header
header
Header
*
header
;
Chunk header.
Variables
Meta
Source
See Implementation
ae
utils
sound
riff
reader
functions
getWave
readRiff
structs
Chunk
Chunks
RIFF chunk.