nn::snd::CTR::FxReverb::AssignWorkBuffer Member Function

Syntax

bool AssignWorkBuffer(
     uptr buffer,
     size_t size
);

Arguments

Name Description
in buffer Start address of the memory to allocate.
in size Size of the memory to allocate.

Return Values

Returns true if memory allocation was successful; otherwise, returns false.

Description

Allocates a memory region to be used by the effect.

Memory allocation must occur before effects are added with the SetEffect function.

The memory size required for the effects varies depending on parameter values. Be sure to get the memory size by calling the GetRequiredMemSize function.

See Also

GetRequiredMemSize
ReleaseWorkBuffer
SetEffect

Revision History

2010/11/10
Initial version.

CONFIDENTIAL