Class: Mediakit::FFmpeg::Options::OutputFileOption
- Inherits:
-
OptionPathPair
- Object
- OptionPathPair
- Mediakit::FFmpeg::Options::OutputFileOption
- Defined in:
- lib/mediakit/ffmpeg/options.rb
Instance Attribute Summary
Attributes inherited from OptionPathPair
Instance Method Summary collapse
- #compose ⇒ Object
-
#initialize(options:, path:) ⇒ OutputFileOption
constructor
A new instance of OutputFileOption.
Methods inherited from OptionPathPair
Constructor Details
#initialize(options:, path:) ⇒ OutputFileOption
Returns a new instance of OutputFileOption.
143 144 145 146 |
# File 'lib/mediakit/ffmpeg/options.rb', line 143 def initialize(options:, path:) ordered_hash = OrderedHash.new() super(options: ordered_hash, path: path) end |
Instance Method Details
#compose ⇒ Object
148 149 150 |
# File 'lib/mediakit/ffmpeg/options.rb', line 148 def compose "#{} #{path}" end |