Class: Media::Preset::MP4

Inherits:
Base
  • Object
show all
Defined in:
lib/media/preset/mp4.rb

Class Method Summary collapse

Methods inherited from Base

#call, #initialize, preset?, #to_s

Constructor Details

This class inherits a constructor from Media::Preset::Base

Class Method Details

.presetsObject



7
8
9
10
11
# File 'lib/media/preset/mp4.rb', line 7

def self.presets
  { 
    default: { height: 800, width: 480 } 
  }
end