Class: Bitmovin::Encoding::CodecConfigurations::AacConfiguration
- Inherits:
-
ConfigurationResource
- Object
- Resource
- ConfigurationResource
- Bitmovin::Encoding::CodecConfigurations::AacConfiguration
- Defined in:
- lib/bitmovin/encoding/codec_configurations/aac_configuration.rb
Instance Attribute Summary collapse
-
#bitrate ⇒ Object
Returns the value of attribute bitrate.
-
#channel_layout ⇒ Object
Returns the value of attribute channel_layout.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#modified_at ⇒ Object
Returns the value of attribute modified_at.
-
#name ⇒ Object
Returns the value of attribute name.
-
#normalize ⇒ Object
Returns the value of attribute normalize.
-
#rate ⇒ Object
Returns the value of attribute rate.
-
#volume_adjust ⇒ Object
Returns the value of attribute volume_adjust.
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
#bitrate ⇒ Object
Returns the value of attribute bitrate.
5 6 7 |
# File 'lib/bitmovin/encoding/codec_configurations/aac_configuration.rb', line 5 def bitrate @bitrate end |
#channel_layout ⇒ Object
Returns the value of attribute channel_layout.
5 6 7 |
# File 'lib/bitmovin/encoding/codec_configurations/aac_configuration.rb', line 5 def channel_layout @channel_layout end |
#created_at ⇒ Object
Returns the value of attribute created_at.
4 5 6 |
# File 'lib/bitmovin/encoding/codec_configurations/aac_configuration.rb', line 4 def created_at @created_at end |
#description ⇒ Object
Returns the value of attribute description.
4 5 6 |
# File 'lib/bitmovin/encoding/codec_configurations/aac_configuration.rb', line 4 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/bitmovin/encoding/codec_configurations/aac_configuration.rb', line 4 def id @id end |
#modified_at ⇒ Object
Returns the value of attribute modified_at.
4 5 6 |
# File 'lib/bitmovin/encoding/codec_configurations/aac_configuration.rb', line 4 def modified_at @modified_at end |
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/bitmovin/encoding/codec_configurations/aac_configuration.rb', line 4 def name @name end |
#normalize ⇒ Object
Returns the value of attribute normalize.
5 6 7 |
# File 'lib/bitmovin/encoding/codec_configurations/aac_configuration.rb', line 5 def normalize @normalize end |
#rate ⇒ Object
Returns the value of attribute rate.
5 6 7 |
# File 'lib/bitmovin/encoding/codec_configurations/aac_configuration.rb', line 5 def rate @rate end |
#volume_adjust ⇒ Object
Returns the value of attribute volume_adjust.
5 6 7 |
# File 'lib/bitmovin/encoding/codec_configurations/aac_configuration.rb', line 5 def volume_adjust @volume_adjust end |