Class: JXL::Headers::Animation

Inherits:
Data
  • Object
show all
Defined in:
lib/jxl/headers/image_metadata.rb

Instance Attribute Summary collapse

Instance Attribute Details

#have_timecodesObject (readonly)

Returns the value of attribute have_timecodes

Returns:

  • (Object)

    the current value of have_timecodes



6
7
8
# File 'lib/jxl/headers/image_metadata.rb', line 6

def have_timecodes
  @have_timecodes
end

#loopsObject (readonly)

Returns the value of attribute loops

Returns:

  • (Object)

    the current value of loops



6
7
8
# File 'lib/jxl/headers/image_metadata.rb', line 6

def loops
  @loops
end

#ticks_denominatorObject (readonly)

Returns the value of attribute ticks_denominator

Returns:

  • (Object)

    the current value of ticks_denominator



6
7
8
# File 'lib/jxl/headers/image_metadata.rb', line 6

def ticks_denominator
  @ticks_denominator
end

#ticks_numeratorObject (readonly)

Returns the value of attribute ticks_numerator

Returns:

  • (Object)

    the current value of ticks_numerator



6
7
8
# File 'lib/jxl/headers/image_metadata.rb', line 6

def ticks_numerator
  @ticks_numerator
end