SaveJ2KCBS_PredictableTermination property (LEADDlgFile Control)
Builder Syntax |
bool SaveJ2KCBS_PredictableTermination |
Delphi Syntax |
SaveJ2KCBS_PredictableTermination: Boolean |
Overview |
Refer to Using Imaging Common Dialogs. |
Remarks
Gets or sets a value that indicates whether the encoder has a predictable termination policy and identifies that the policy was used in the code-stream COD/COC markers and whether the "Predictable Termination" check box is checked in the Save dialog box. This can be used to implement error detection and concealment. Possible values are:
Value |
Meaning |
TRUE |
The "Predictable Termination" check box is checked and the encoder has a predictable termination policy and identifies that the policy was used in the COD/COC markers. |
FALSE |
The "Predictable Termination" check box is not checked and the encoder does not have a predictable termination policy. |
See Also