Class: Bitmovin::Encoding::CodecConfigurations::Vp9Configuration
- Inherits:
-
ConfigurationResource
- Object
- Resource
- ConfigurationResource
- Bitmovin::Encoding::CodecConfigurations::Vp9Configuration
- Defined in:
- lib/bitmovin/encoding/codec_configurations/vp9_configuration.rb
Instance Attribute Summary collapse
-
#aq_mode ⇒ Object
Returns the value of attribute aq_mode.
-
#arnr_max_frames ⇒ Object
Returns the value of attribute arnr_max_frames.
-
#arnr_strength ⇒ Object
Returns the value of attribute arnr_strength.
-
#arnr_type ⇒ Object
Returns the value of attribute arnr_type.
-
#bitrate ⇒ Object
Returns the value of attribute bitrate.
-
#cpu_used ⇒ Object
Returns the value of attribute cpu_used.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#description ⇒ Object
Returns the value of attribute description.
-
#frame_parallel ⇒ Object
Returns the value of attribute frame_parallel.
-
#id ⇒ Object
Returns the value of attribute id.
-
#lossless ⇒ Object
Returns the value of attribute lossless.
-
#max_intra_rate ⇒ Object
Returns the value of attribute max_intra_rate.
-
#modified_at ⇒ Object
Returns the value of attribute modified_at.
-
#name ⇒ Object
Returns the value of attribute name.
-
#qp_max ⇒ Object
Returns the value of attribute qp_max.
-
#qp_min ⇒ Object
Returns the value of attribute qp_min.
-
#quality ⇒ Object
Returns the value of attribute quality.
-
#rate ⇒ Object
Returns the value of attribute rate.
-
#rate_overshoot_pct ⇒ Object
Returns the value of attribute rate_overshoot_pct.
-
#rate_undershoot_pct ⇒ Object
Returns the value of attribute rate_undershoot_pct.
-
#tile_columns ⇒ Object
Returns the value of attribute tile_columns.
-
#tile_rows ⇒ Object
Returns the value of attribute tile_rows.
Method Summary
Methods inherited from Resource
#delete!, find, init, #init_instance, #initialize, #inspect, list, #persisted?, #save!
Methods included from Helpers
#camelize_hash, #hash_to_struct, result, #result, #underscore_hash
Constructor Details
This class inherits a constructor from Bitmovin::Resource
Instance Attribute Details
#aq_mode ⇒ Object
Returns the value of attribute aq_mode.
6 7 8 |
# File 'lib/bitmovin/encoding/codec_configurations/vp9_configuration.rb', line 6 def aq_mode @aq_mode end |
#arnr_max_frames ⇒ Object
Returns the value of attribute arnr_max_frames.
6 7 8 |
# File 'lib/bitmovin/encoding/codec_configurations/vp9_configuration.rb', line 6 def arnr_max_frames @arnr_max_frames end |
#arnr_strength ⇒ Object
Returns the value of attribute arnr_strength.
6 7 8 |
# File 'lib/bitmovin/encoding/codec_configurations/vp9_configuration.rb', line 6 def arnr_strength @arnr_strength end |
#arnr_type ⇒ Object
Returns the value of attribute arnr_type.
6 7 8 |
# File 'lib/bitmovin/encoding/codec_configurations/vp9_configuration.rb', line 6 def arnr_type @arnr_type end |
#bitrate ⇒ Object
Returns the value of attribute bitrate.
6 7 8 |
# File 'lib/bitmovin/encoding/codec_configurations/vp9_configuration.rb', line 6 def bitrate @bitrate end |
#cpu_used ⇒ Object
Returns the value of attribute cpu_used.
6 7 8 |
# File 'lib/bitmovin/encoding/codec_configurations/vp9_configuration.rb', line 6 def cpu_used @cpu_used end |
#created_at ⇒ Object
Returns the value of attribute created_at.
5 6 7 |
# File 'lib/bitmovin/encoding/codec_configurations/vp9_configuration.rb', line 5 def created_at @created_at end |
#description ⇒ Object
Returns the value of attribute description.
5 6 7 |
# File 'lib/bitmovin/encoding/codec_configurations/vp9_configuration.rb', line 5 def description @description end |
#frame_parallel ⇒ Object
Returns the value of attribute frame_parallel.
6 7 8 |
# File 'lib/bitmovin/encoding/codec_configurations/vp9_configuration.rb', line 6 def frame_parallel @frame_parallel end |
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/bitmovin/encoding/codec_configurations/vp9_configuration.rb', line 5 def id @id end |
#lossless ⇒ Object
Returns the value of attribute lossless.
6 7 8 |
# File 'lib/bitmovin/encoding/codec_configurations/vp9_configuration.rb', line 6 def lossless @lossless end |
#max_intra_rate ⇒ Object
Returns the value of attribute max_intra_rate.
6 7 8 |
# File 'lib/bitmovin/encoding/codec_configurations/vp9_configuration.rb', line 6 def max_intra_rate @max_intra_rate end |
#modified_at ⇒ Object
Returns the value of attribute modified_at.
5 6 7 |
# File 'lib/bitmovin/encoding/codec_configurations/vp9_configuration.rb', line 5 def modified_at @modified_at end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/bitmovin/encoding/codec_configurations/vp9_configuration.rb', line 5 def name @name end |
#qp_max ⇒ Object
Returns the value of attribute qp_max.
6 7 8 |
# File 'lib/bitmovin/encoding/codec_configurations/vp9_configuration.rb', line 6 def qp_max @qp_max end |
#qp_min ⇒ Object
Returns the value of attribute qp_min.
6 7 8 |
# File 'lib/bitmovin/encoding/codec_configurations/vp9_configuration.rb', line 6 def qp_min @qp_min end |
#quality ⇒ Object
Returns the value of attribute quality.
6 7 8 |
# File 'lib/bitmovin/encoding/codec_configurations/vp9_configuration.rb', line 6 def quality @quality end |
#rate ⇒ Object
Returns the value of attribute rate.
6 7 8 |
# File 'lib/bitmovin/encoding/codec_configurations/vp9_configuration.rb', line 6 def rate @rate end |
#rate_overshoot_pct ⇒ Object
Returns the value of attribute rate_overshoot_pct.
6 7 8 |
# File 'lib/bitmovin/encoding/codec_configurations/vp9_configuration.rb', line 6 def rate_overshoot_pct @rate_overshoot_pct end |
#rate_undershoot_pct ⇒ Object
Returns the value of attribute rate_undershoot_pct.
6 7 8 |
# File 'lib/bitmovin/encoding/codec_configurations/vp9_configuration.rb', line 6 def rate_undershoot_pct @rate_undershoot_pct end |
#tile_columns ⇒ Object
Returns the value of attribute tile_columns.
6 7 8 |
# File 'lib/bitmovin/encoding/codec_configurations/vp9_configuration.rb', line 6 def tile_columns @tile_columns end |
#tile_rows ⇒ Object
Returns the value of attribute tile_rows.
6 7 8 |
# File 'lib/bitmovin/encoding/codec_configurations/vp9_configuration.rb', line 6 def tile_rows @tile_rows end |