nn::camera::CTR::PackageParameterContext Structure

Syntax

struct PackageParameterContext
{
   CameraSelect camera;
   Context context;
   Flip flip;
   Effect effect;
   Size            size;
};

Description

Structure for batch-configuring parameters, with context and with a camera specified. Use when size is specified with the SetDetailSize function.

Member Variables

camera The combination of cameras for which to configure parameters.
context The camera context for which to configure parameters.
flip The value specified by the FlipImage function.
effect The value specified by the SetEffect function.
size The value specified by the SetSize function.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL