Method: Timecode#to_seconds
- Defined in:
- lib/timecode.rb
#to_seconds ⇒ Object
get the timecode as a floating-point number of seconds (used in Quicktime)
365 366 367 |
# File 'lib/timecode.rb', line 365 def to_seconds (@total / @fps) end |