nn::snd::CTR::OutputCapture::Initialize Member Function

Syntax

void Initialize(
     void * buffer,
     size_t size
);

Arguments

Name Description
in buffer Buffer address.
in size Buffer size

Return Values

None.

Description

Performs initialization.

For buffer, specify the buffer to be used internally by OutputCapture, and for size, specify the buffer's size. You can get the buffer's size by specifying the frame length for the nn::snd::CTR::OutputCapture::GetRequiredMemorySize function.

The value specified for size must be a multiple of 640. The values returned by the nn::snd::CTR::OutputCapture::GetRequiredMemorySize function will always meet that condition.

Revision History

2010/10/20
Initial version.

CONFIDENTIAL