nn::y2r::CTR::PackageParameter Structure

Syntax

struct PackageParameter
{
   InputFormat inputFormat;
   OutputFormat outputFormat;
   Rotation rotation;
   BlockAlignment blockAlignment;
   s16 inputLineWidth;
   s16 inputLines;
   StandardCoefficient standardCoefficientNo;
   s16 alpha;
};

Description

Structure for batch parameter configuration.

Member Variables

inputFormat Value specified by the SetInputFormat function.
outputFormat Value specified by the SetOutputFormat function.
rotation Value specified by the SetRotation function.
blockAlignment Value specified by the SetBlockAlignment function.
inputLineWidth Value specified by the SetInputLineWidth function.
inputLines Value specified by the SetInputLines function.
standardCoefficientNo Value specified by the SetStandardCoefficientParams function.
alpha Value specified by the SetAlpha function.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL