Class: Bitmovin::Encoding::CodecConfigurations::Vp9Configuration

Inherits:
ConfigurationResource show all
Defined in:
lib/bitmovin/encoding/codec_configurations/vp9_configuration.rb

Instance Attribute Summary collapse

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_modeObject

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_framesObject

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_strengthObject

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_typeObject

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

#bitrateObject

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_usedObject

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_atObject

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

#descriptionObject

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_parallelObject

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

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/bitmovin/encoding/codec_configurations/vp9_configuration.rb', line 5

def id
  @id
end

#losslessObject

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_rateObject

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_atObject

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

#nameObject

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_maxObject

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_minObject

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

#qualityObject

Returns the value of attribute quality.



6
7
8
# File 'lib/bitmovin/encoding/codec_configurations/vp9_configuration.rb', line 6

def quality
  @quality
end

#rateObject

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_pctObject

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_pctObject

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_columnsObject

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_rowsObject

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