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 used for batch parameter configuration.
| inputFormat | util::SizedEnum1< InputFormat > | Value specified by SetInputFormat. |
|
|---|---|---|---|
| outputFormat | util::SizedEnum1< OutputFormat > | Value specified by SetOutputFormat. |
|
| rotation | util::SizedEnum1< Rotation > | Value specified by SetRotation. |
|
| blockAlignment | util::SizedEnum1< BlockAlignment > | Value specified by SetBlockAlignment. |
|
| inputLineWidth | s16 | Value specified by SetInputLineWidth. |
|
| inputLines | s16 | Value specified by SetInputLines. |
|
| standardCoefficientNo | util::SizedEnum1< StandardCoefficient > | Value specified by the SetStandardCoefficientParams function. |
|
| alpha | s16 | Value specified by SetAlpha. |
CONFIDENTIAL