nw::snd::SoundArchivePlayer::GetRequiredStreamBufferSize Member Function#include <nw/snd/snd_SoundArchivePlayer.h>
size_t GetRequiredStreamBufferSize(
const SoundArchive* arc
);
| Name | Description | |
|---|---|---|
| in | arc | Sound archive used by the player. |
Gets the size of the stream buffer required for initialization.
Gets the minimum stream buffer size to pass to Initialize. You must pass a buffer larger than the value obtained with this function.
CONFIDENTIAL