This interface defines the identifiers for the different bit stream
profiles and progression types.
Each progressive type has a different number: 'PT_SNR_PROG',
'PT_RES_PROG', or 'PT_ARB_PROG'. These are the same identifiers are used in
the codestream syntax.
Each profile identifier is a flag bit. Therefore, several
profiles can appear at the same time.
This interface defines the constants only. In order to use the constants
in any other class you can either use the fully qualified name (e.g.,
ProgressionType.LY_RES_COMP_POS_PROG) or declare this interface in
the implements clause of the class and then access the identifier
directly.
|