Class: Magma::Renderer
- Inherits:
-
Object
- Object
- Magma::Renderer
- Defined in:
- lib/magma/renderer.rb
Constant Summary collapse
- SUPPORTED_FORMATS =
%w[hls mp4].freeze
- MELT =
'melt'.freeze
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(outfile, options) ⇒ Renderer
constructor
A new instance of Renderer.
Methods included from Utils
#pipe, #read_file_or_stdin, #run, #symbolize_keys, #uuid?, #which
Methods included from Common
Constructor Details
#initialize(outfile, options) ⇒ Renderer
Returns a new instance of Renderer.
12 13 14 15 |
# File 'lib/magma/renderer.rb', line 12 def initialize(outfile, ) @outfile = outfile = end |
Instance Method Details
#call ⇒ Object
17 18 19 |
# File 'lib/magma/renderer.rb', line 17 def call render! end |