Package gov.nih.mipav.model.file
Class libxl.JxlAnimationHeader
java.lang.Object
gov.nih.mipav.model.file.libxl.JxlAnimationHeader
- Enclosing class:
libxl
The codestream animation header, optionally present in the beginning of
the codestream, and if it is it applies to all animation frames, unlike @ref
JxlFrameHeader which applies to an individual frame.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) booleanWhether animation time codes are present at animation frames in the codestream(package private) intAmount of animation loops, or 0 to repeat infinitely(package private) intDenominator of ticks per second of a single animation frame time unit(package private) intNumerator of ticks per second of a single animation frame time unit -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
tps_numerator
int tps_numeratorNumerator of ticks per second of a single animation frame time unit -
tps_denominator
int tps_denominatorDenominator of ticks per second of a single animation frame time unit -
num_loops
int num_loopsAmount of animation loops, or 0 to repeat infinitely -
have_timecodes
boolean have_timecodesWhether animation time codes are present at animation frames in the codestream
-
-
Constructor Details
-
JxlAnimationHeader
JxlAnimationHeader()
-