Class: EnMasse::Dragonfly::FFMPEG::Encoder::Profile
- Inherits:
-
Object
- Object
- EnMasse::Dragonfly::FFMPEG::Encoder::Profile
- Defined in:
- lib/dragonfly-ffmpeg/encoder/profile.rb
Instance Attribute Summary collapse
-
#encoding_options ⇒ Object
Returns the value of attribute encoding_options.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#output_extension ⇒ Object
Returns the value of attribute output_extension.
Instance Method Summary collapse
-
#initialize(name, encoding_options) ⇒ Profile
constructor
A new instance of Profile.
Constructor Details
#initialize(name, encoding_options) ⇒ Profile
Returns a new instance of Profile.
29 30 31 32 |
# File 'lib/dragonfly-ffmpeg/encoder/profile.rb', line 29 def initialize(name, ) @name = name @encoding_options = end |
Instance Attribute Details
#encoding_options ⇒ Object
Returns the value of attribute encoding_options.
26 27 28 |
# File 'lib/dragonfly-ffmpeg/encoder/profile.rb', line 26 def @encoding_options end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
25 26 27 |
# File 'lib/dragonfly-ffmpeg/encoder/profile.rb', line 25 def name @name end |
#output_extension ⇒ Object
Returns the value of attribute output_extension.
27 28 29 |
# File 'lib/dragonfly-ffmpeg/encoder/profile.rb', line 27 def output_extension @output_extension end |