Method: Timecode.supported_framerates

Defined in:
lib/timecode.rb

.supported_frameratesObject

Returns the list of supported framerates for this subclass of Timecode



118
119
120
# File 'lib/timecode.rb', line 118

def supported_framerates
  STANDARD_RATES + (@custom_framerates || [])
end