nw::snd::HioSoundArchive::LoadHeader Member Function#include <nw/snd/snd_HioSoundArchive.h>
bool LoadHeader(
void *buffer,
size_t size
);
| Name | Description | |
|---|---|---|
| out | buffer | Pointer to the buffer in which the header is loaded. |
| in | size |
The buffer size. |
Loads the header of the sound archive.
You must load the header by calling this function before getting data from the sound archive or loading sound data.
You can use GetHeaderSize to get the amount of memory required to load the header.
CONFIDENTIAL