Method: DiscId::Track#start_time
- Defined in:
- lib/discid/track.rb
#start_time ⇒ Integer
Start position of the track on the disc in seconds.
92 93 94 |
# File 'lib/discid/track.rb', line 92 def start_time DiscId.sectors_to_seconds(offset) end |