Class: Scissor::SoundFile::M4a
- Inherits:
-
Scissor::SoundFile
- Object
- Scissor::SoundFile
- Scissor::SoundFile::M4a
- Defined in:
- lib/scissor/sound_file.rb
Constant Summary
Constants inherited from Scissor::SoundFile
Instance Method Summary collapse
- #length ⇒ Object
-
#mono? ⇒ Boolean
FIXME.
Methods inherited from Scissor::SoundFile
#initialize, new_from_filename
Constructor Details
This class inherits a constructor from Scissor::SoundFile
Instance Method Details
#length ⇒ Object
49 50 51 |
# File 'lib/scissor/sound_file.rb', line 49 def length info.SECS_NOROUND end |
#mono? ⇒ Boolean
FIXME
54 55 56 |
# File 'lib/scissor/sound_file.rb', line 54 def mono? false end |