nn::camera::CTR::PackageParameterContext Structure

Syntax

struct PackageParameterContext
{
   util::SizedEnum1< CameraSelect > camera;
   util::SizedEnum1< Context > context;
   util::SizedEnum1< Flip > flip;
   util::SizedEnum1< Effect > effect;
   util::SizedEnum1< Size > size;
};

Description

Structure used for batch-configuring parameters with context and with cameras specified. Use when specifying the size with SetDetailSize.

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 in the FlipImage function.
effect The value specified in the SetEffect function.
size The value specified in the SetSize function.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL