Class: Aws::Types::AacSettings
- Inherits:
-
Object
- Object
- Aws::Types::AacSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bitrate ⇒ ::Float
Returns the value of attribute bitrate.
-
#coding_mode ⇒ "AD_RECEIVER_MIX", ...
Returns the value of attribute coding_mode.
-
#input_type ⇒ "BROADCASTER_MIXED_AD", "NORMAL"
Returns the value of attribute input_type.
-
#profile ⇒ "HEV1", ...
Returns the value of attribute profile.
-
#rate_control_mode ⇒ "CBR", "VBR"
Returns the value of attribute rate_control_mode.
-
#raw_format ⇒ "LATM_LOAS", "NONE"
Returns the value of attribute raw_format.
-
#sample_rate ⇒ ::Float
Returns the value of attribute sample_rate.
-
#spec ⇒ "MPEG2", "MPEG4"
Returns the value of attribute spec.
-
#vbr_quality ⇒ "HIGH", ...
Returns the value of attribute vbr_quality.
Instance Attribute Details
#bitrate ⇒ ::Float
Returns the value of attribute bitrate.
12 13 14 |
# File 'sig/types.rbs', line 12 def bitrate @bitrate end |
#coding_mode ⇒ "AD_RECEIVER_MIX", ...
Returns the value of attribute coding_mode.
13 14 15 |
# File 'sig/types.rbs', line 13 def coding_mode @coding_mode end |
#input_type ⇒ "BROADCASTER_MIXED_AD", "NORMAL"
Returns the value of attribute input_type.
14 15 16 |
# File 'sig/types.rbs', line 14 def input_type @input_type end |
#profile ⇒ "HEV1", ...
Returns the value of attribute profile.
15 16 17 |
# File 'sig/types.rbs', line 15 def profile @profile end |
#rate_control_mode ⇒ "CBR", "VBR"
Returns the value of attribute rate_control_mode.
16 17 18 |
# File 'sig/types.rbs', line 16 def rate_control_mode @rate_control_mode end |
#raw_format ⇒ "LATM_LOAS", "NONE"
Returns the value of attribute raw_format.
17 18 19 |
# File 'sig/types.rbs', line 17 def raw_format @raw_format end |
#sample_rate ⇒ ::Float
Returns the value of attribute sample_rate.
18 19 20 |
# File 'sig/types.rbs', line 18 def sample_rate @sample_rate end |
#spec ⇒ "MPEG2", "MPEG4"
Returns the value of attribute spec.
19 20 21 |
# File 'sig/types.rbs', line 19 def spec @spec end |
#vbr_quality ⇒ "HIGH", ...
Returns the value of attribute vbr_quality.
20 21 22 |
# File 'sig/types.rbs', line 20 def vbr_quality @vbr_quality end |