Class: Scissor::SoundFile::M4a

Inherits:
Scissor::SoundFile show all
Defined in:
lib/scissor/sound_file.rb

Constant Summary

Constants inherited from Scissor::SoundFile

SUPPORTED_FORMATS

Instance Method Summary collapse

Methods inherited from Scissor::SoundFile

#initialize, new_from_filename

Constructor Details

This class inherits a constructor from Scissor::SoundFile

Instance Method Details

#lengthObject



49
50
51
# File 'lib/scissor/sound_file.rb', line 49

def length
  info.SECS_NOROUND
end

#mono?Boolean

FIXME

Returns:

  • (Boolean)


54
55
56
# File 'lib/scissor/sound_file.rb', line 54

def mono?
  false
end