void Initialize(
void * buffer,
size_t size
);
| Name | Description | |
|---|---|---|
| in | buffer | Buffer address. |
| in | size |
Buffer size |
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.
CONFIDENTIAL