Class: Aws::Types::AacSettings
- Inherits:
-
Object
- Object
- Aws::Types::AacSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_description_broadcaster_mix ⇒ "BROADCASTER_MIXED_AD", "NORMAL"
Returns the value of attribute audio_description_broadcaster_mix.
-
#bitrate ⇒ ::Integer
Returns the value of attribute bitrate.
-
#codec_profile ⇒ "LC", ...
Returns the value of attribute codec_profile.
-
#coding_mode ⇒ "AD_RECEIVER_MIX", ...
Returns the value of attribute coding_mode.
-
#loudness_measurement_mode ⇒ "PROGRAM", "ANCHOR"
Returns the value of attribute loudness_measurement_mode.
-
#rap_interval ⇒ ::Integer
Returns the value of attribute rap_interval.
-
#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 ⇒ ::Integer
Returns the value of attribute sample_rate.
-
#specification ⇒ "MPEG2", "MPEG4"
Returns the value of attribute specification.
-
#target_loudness_range ⇒ ::Integer
Returns the value of attribute target_loudness_range.
-
#vbr_quality ⇒ "LOW", ...
Returns the value of attribute vbr_quality.
Instance Attribute Details
#audio_description_broadcaster_mix ⇒ "BROADCASTER_MIXED_AD", "NORMAL"
Returns the value of attribute audio_description_broadcaster_mix.
12 13 14 |
# File 'sig/types.rbs', line 12 def audio_description_broadcaster_mix @audio_description_broadcaster_mix end |
#bitrate ⇒ ::Integer
Returns the value of attribute bitrate.
13 14 15 |
# File 'sig/types.rbs', line 13 def bitrate @bitrate end |
#codec_profile ⇒ "LC", ...
Returns the value of attribute codec_profile.
14 15 16 |
# File 'sig/types.rbs', line 14 def codec_profile @codec_profile end |
#coding_mode ⇒ "AD_RECEIVER_MIX", ...
Returns the value of attribute coding_mode.
15 16 17 |
# File 'sig/types.rbs', line 15 def coding_mode @coding_mode end |
#loudness_measurement_mode ⇒ "PROGRAM", "ANCHOR"
Returns the value of attribute loudness_measurement_mode.
16 17 18 |
# File 'sig/types.rbs', line 16 def loudness_measurement_mode @loudness_measurement_mode end |
#rap_interval ⇒ ::Integer
Returns the value of attribute rap_interval.
17 18 19 |
# File 'sig/types.rbs', line 17 def rap_interval @rap_interval end |
#rate_control_mode ⇒ "CBR", "VBR"
Returns the value of attribute rate_control_mode.
18 19 20 |
# File 'sig/types.rbs', line 18 def rate_control_mode @rate_control_mode end |
#raw_format ⇒ "LATM_LOAS", "NONE"
Returns the value of attribute raw_format.
19 20 21 |
# File 'sig/types.rbs', line 19 def raw_format @raw_format end |
#sample_rate ⇒ ::Integer
Returns the value of attribute sample_rate.
20 21 22 |
# File 'sig/types.rbs', line 20 def sample_rate @sample_rate end |
#specification ⇒ "MPEG2", "MPEG4"
Returns the value of attribute specification.
21 22 23 |
# File 'sig/types.rbs', line 21 def specification @specification end |
#target_loudness_range ⇒ ::Integer
Returns the value of attribute target_loudness_range.
22 23 24 |
# File 'sig/types.rbs', line 22 def target_loudness_range @target_loudness_range end |
#vbr_quality ⇒ "LOW", ...
Returns the value of attribute vbr_quality.
23 24 25 |
# File 'sig/types.rbs', line 23 def vbr_quality @vbr_quality end |