nn::y2r::CTR::PackageParameter Structurestruct PackageParameter
{
util::SizedEnum1< InputFormat > inputFormat;
util::SizedEnum1< OutputFormat > outputFormat;
util::SizedEnum1< Rotation > rotation;
util::SizedEnum1< BlockAlignment > blockAlignment;
s16 inputLineWidth;
s16 inputLines;
util::SizedEnum1< StandardCoefficient > standardCoefficientNo;
s16 alpha;
};
Structure for batch parameter configuration.
| inputFormat | Value specified by SetInputFormat. |
|
|---|---|---|
| outputFormat | Value specified by SetOutputFormat. |
|
| rotation | Value specified by SetRotation. |
|
| blockAlignment | Value specified by SetBlockAlignment. |
|
| inputLineWidth | Value specified by SetInputLineWidth. |
|
| inputLines | Value specified by SetInputLines. |
|
| standardCoefficientNo | Value specified by the SetStandardCoefficientParams function. |
|
| alpha | Value specified by SetAlpha. |
CONFIDENTIAL