libnedit
Lightweight C++ library for Nintendo DS(i) formats
|
Public Attributes | |
WaveType | type |
bool | has_loop |
u8 | channel_count |
u8 | unk_pad |
u16 | sample_rate |
u16 | time |
u32 | loop_offset |
u32 | sample_count |
u32 | data_offset |
u32 | block_count |
u32 | block_size |
u32 | samples_per_block |
u32 | last_block_size |
u32 | samples_per_last_block |
u8 | reserved [32] |
Public Attributes inherited from ntr::fmt::CommonBlock< 0x44414548 > | |
u32 | block_size |
Public Attributes inherited from ntr::fmt::MagicStartBase< u32, Magic > | |
u32 | magic |
Additional Inherited Members | |
Public Member Functions inherited from ntr::fmt::MagicStartBase< u32, Magic > | |
constexpr bool | IsValid () |
void | EnsureMagic () |
Static Public Attributes inherited from ntr::fmt::MagicStartBase< u32, Magic > | |
static constexpr u32 | Magic |