nw::snd::SoundArchivePlayer::GetRequiredStreamBufferSize Member Function

Syntax

#include <nw/snd/snd_SoundArchivePlayer.h>
size_t GetRequiredStreamBufferSize(
     const SoundArchive* arc
);

Arguments

Name Description
in arc Sound archive used by the player.

Return Values

Returns the stream buffer size required for initialization.

Description

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.

See Also

Initialize

Revision History

2010/02/01
Corrected text in line with function name change from Setup to Initialize.
2010/01/15
Initial version.

CONFIDENTIAL