Class: Bitmovin::Encoding::CodecConfigurations::H264Configuration
- Inherits:
-
ConfigurationResource
- Object
- Resource
- ConfigurationResource
- Bitmovin::Encoding::CodecConfigurations::H264Configuration
- Defined in:
- lib/bitmovin/encoding/codec_configurations/h264_configuration.rb
Instance Attribute Summary collapse
-
#b_adaptive_strategy ⇒ Object
Returns the value of attribute b_adaptive_strategy.
-
#bframes ⇒ Object
Returns the value of attribute bframes.
-
#bitrate ⇒ Object
Returns the value of attribute bitrate.
-
#bufsize ⇒ Object
Returns the value of attribute bufsize.
-
#cabac ⇒ Object
Returns the value of attribute cabac.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#description ⇒ Object
Returns the value of attribute description.
-
#height ⇒ Object
Returns the value of attribute height.
-
#id ⇒ Object
Returns the value of attribute id.
-
#interlace_mode ⇒ Object
Returns the value of attribute interlace_mode.
-
#level ⇒ Object
Returns the value of attribute level.
-
#max_bitrate ⇒ Object
Returns the value of attribute max_bitrate.
-
#max_gop ⇒ Object
Returns the value of attribute max_gop.
-
#min_bitrate ⇒ Object
Returns the value of attribute min_bitrate.
-
#min_gop ⇒ Object
Returns the value of attribute min_gop.
-
#modified_at ⇒ Object
Returns the value of attribute modified_at.
-
#motion_estimation_method ⇒ Object
Returns the value of attribute motion_estimation_method.
-
#mv_prediction_mode ⇒ Object
Returns the value of attribute mv_prediction_mode.
-
#mv_search_range_max ⇒ Object
Returns the value of attribute mv_search_range_max.
-
#name ⇒ Object
Returns the value of attribute name.
-
#partitions ⇒ Object
Returns the value of attribute partitions.
-
#profile ⇒ Object
Returns the value of attribute profile.
-
#qp_max ⇒ Object
Returns the value of attribute qp_max.
-
#qp_min ⇒ Object
Returns the value of attribute qp_min.
-
#rate ⇒ Object
Returns the value of attribute rate.
-
#rc_look_ahead ⇒ Object
Returns the value of attribute rc_look_ahead.
-
#ref_frames ⇒ Object
Returns the value of attribute ref_frames.
-
#slices ⇒ Object
Returns the value of attribute slices.
-
#sub_me ⇒ Object
Returns the value of attribute sub_me.
-
#trellis ⇒ Object
Returns the value of attribute trellis.
-
#width ⇒ Object
Returns the value of attribute width.
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
#b_adaptive_strategy ⇒ Object
Returns the value of attribute b_adaptive_strategy.
7 8 9 |
# File 'lib/bitmovin/encoding/codec_configurations/h264_configuration.rb', line 7 def b_adaptive_strategy @b_adaptive_strategy end |
#bframes ⇒ Object
Returns the value of attribute bframes.
6 7 8 |
# File 'lib/bitmovin/encoding/codec_configurations/h264_configuration.rb', line 6 def bframes @bframes end |
#bitrate ⇒ Object
Returns the value of attribute bitrate.
6 7 8 |
# File 'lib/bitmovin/encoding/codec_configurations/h264_configuration.rb', line 6 def bitrate @bitrate end |
#bufsize ⇒ Object
Returns the value of attribute bufsize.
6 7 8 |
# File 'lib/bitmovin/encoding/codec_configurations/h264_configuration.rb', line 6 def bufsize @bufsize end |
#cabac ⇒ Object
Returns the value of attribute cabac.
6 7 8 |
# File 'lib/bitmovin/encoding/codec_configurations/h264_configuration.rb', line 6 def cabac @cabac end |
#created_at ⇒ Object
Returns the value of attribute created_at.
5 6 7 |
# File 'lib/bitmovin/encoding/codec_configurations/h264_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/h264_configuration.rb', line 5 def description @description end |
#height ⇒ Object
Returns the value of attribute height.
6 7 8 |
# File 'lib/bitmovin/encoding/codec_configurations/h264_configuration.rb', line 6 def height @height end |
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/bitmovin/encoding/codec_configurations/h264_configuration.rb', line 5 def id @id end |
#interlace_mode ⇒ Object
Returns the value of attribute interlace_mode.
7 8 9 |
# File 'lib/bitmovin/encoding/codec_configurations/h264_configuration.rb', line 7 def interlace_mode @interlace_mode end |
#level ⇒ Object
Returns the value of attribute level.
7 8 9 |
# File 'lib/bitmovin/encoding/codec_configurations/h264_configuration.rb', line 7 def level @level end |
#max_bitrate ⇒ Object
Returns the value of attribute max_bitrate.
6 7 8 |
# File 'lib/bitmovin/encoding/codec_configurations/h264_configuration.rb', line 6 def max_bitrate @max_bitrate end |
#max_gop ⇒ Object
Returns the value of attribute max_gop.
7 8 9 |
# File 'lib/bitmovin/encoding/codec_configurations/h264_configuration.rb', line 7 def max_gop @max_gop end |
#min_bitrate ⇒ Object
Returns the value of attribute min_bitrate.
6 7 8 |
# File 'lib/bitmovin/encoding/codec_configurations/h264_configuration.rb', line 6 def min_bitrate @min_bitrate end |
#min_gop ⇒ Object
Returns the value of attribute min_gop.
7 8 9 |
# File 'lib/bitmovin/encoding/codec_configurations/h264_configuration.rb', line 7 def min_gop @min_gop end |
#modified_at ⇒ Object
Returns the value of attribute modified_at.
5 6 7 |
# File 'lib/bitmovin/encoding/codec_configurations/h264_configuration.rb', line 5 def modified_at @modified_at end |
#motion_estimation_method ⇒ Object
Returns the value of attribute motion_estimation_method.
7 8 9 |
# File 'lib/bitmovin/encoding/codec_configurations/h264_configuration.rb', line 7 def motion_estimation_method @motion_estimation_method end |
#mv_prediction_mode ⇒ Object
Returns the value of attribute mv_prediction_mode.
6 7 8 |
# File 'lib/bitmovin/encoding/codec_configurations/h264_configuration.rb', line 6 def mv_prediction_mode @mv_prediction_mode end |
#mv_search_range_max ⇒ Object
Returns the value of attribute mv_search_range_max.
6 7 8 |
# File 'lib/bitmovin/encoding/codec_configurations/h264_configuration.rb', line 6 def mv_search_range_max @mv_search_range_max end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/bitmovin/encoding/codec_configurations/h264_configuration.rb', line 5 def name @name end |
#partitions ⇒ Object
Returns the value of attribute partitions.
7 8 9 |
# File 'lib/bitmovin/encoding/codec_configurations/h264_configuration.rb', line 7 def partitions @partitions end |
#profile ⇒ Object
Returns the value of attribute profile.
6 7 8 |
# File 'lib/bitmovin/encoding/codec_configurations/h264_configuration.rb', line 6 def profile @profile end |
#qp_max ⇒ Object
Returns the value of attribute qp_max.
6 7 8 |
# File 'lib/bitmovin/encoding/codec_configurations/h264_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/h264_configuration.rb', line 6 def qp_min @qp_min end |
#rate ⇒ Object
Returns the value of attribute rate.
6 7 8 |
# File 'lib/bitmovin/encoding/codec_configurations/h264_configuration.rb', line 6 def rate @rate end |
#rc_look_ahead ⇒ Object
Returns the value of attribute rc_look_ahead.
7 8 9 |
# File 'lib/bitmovin/encoding/codec_configurations/h264_configuration.rb', line 7 def rc_look_ahead @rc_look_ahead end |
#ref_frames ⇒ Object
Returns the value of attribute ref_frames.
6 7 8 |
# File 'lib/bitmovin/encoding/codec_configurations/h264_configuration.rb', line 6 def ref_frames @ref_frames end |
#slices ⇒ Object
Returns the value of attribute slices.
7 8 9 |
# File 'lib/bitmovin/encoding/codec_configurations/h264_configuration.rb', line 7 def slices @slices end |
#sub_me ⇒ Object
Returns the value of attribute sub_me.
7 8 9 |
# File 'lib/bitmovin/encoding/codec_configurations/h264_configuration.rb', line 7 def sub_me @sub_me end |
#trellis ⇒ Object
Returns the value of attribute trellis.
7 8 9 |
# File 'lib/bitmovin/encoding/codec_configurations/h264_configuration.rb', line 7 def trellis @trellis end |
#width ⇒ Object
Returns the value of attribute width.
6 7 8 |
# File 'lib/bitmovin/encoding/codec_configurations/h264_configuration.rb', line 6 def width @width end |