Class: JXL::Headers::Animation
- Inherits:
-
Data
- Object
- Data
- JXL::Headers::Animation
- Defined in:
- lib/jxl/headers/image_metadata.rb
Instance Attribute Summary collapse
-
#have_timecodes ⇒ Object
readonly
Returns the value of attribute have_timecodes.
-
#loops ⇒ Object
readonly
Returns the value of attribute loops.
-
#ticks_denominator ⇒ Object
readonly
Returns the value of attribute ticks_denominator.
-
#ticks_numerator ⇒ Object
readonly
Returns the value of attribute ticks_numerator.
Instance Attribute Details
#have_timecodes ⇒ Object (readonly)
Returns the value of attribute have_timecodes
6 7 8 |
# File 'lib/jxl/headers/image_metadata.rb', line 6 def have_timecodes @have_timecodes end |
#loops ⇒ Object (readonly)
Returns the value of attribute loops
6 7 8 |
# File 'lib/jxl/headers/image_metadata.rb', line 6 def loops @loops end |
#ticks_denominator ⇒ Object (readonly)
Returns the value of attribute ticks_denominator
6 7 8 |
# File 'lib/jxl/headers/image_metadata.rb', line 6 def ticks_denominator @ticks_denominator end |
#ticks_numerator ⇒ Object (readonly)
Returns the value of attribute ticks_numerator
6 7 8 |
# File 'lib/jxl/headers/image_metadata.rb', line 6 def ticks_numerator @ticks_numerator end |