Class: Aws::Types::AacSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audio_description_broadcaster_mix"BROADCASTER_MIXED_AD", "NORMAL"

Returns the value of attribute audio_description_broadcaster_mix.

Returns:

  • ("BROADCASTER_MIXED_AD", "NORMAL")


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.

Returns:

  • (::Integer)


13
14
15
# File 'sig/types.rbs', line 13

def bitrate
  @bitrate
end

#codec_profile"LC", ...

Returns the value of attribute codec_profile.

Returns:

  • ("LC", "HEV1", "HEV2", "XHE")


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.

Returns:

  • ("AD_RECEIVER_MIX", "CODING_MODE_1_0", "CODING_MODE_1_1", "CODING_MODE_2_0", "CODING_MODE_5_1", "CODING_MODE_AUTO")


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.

Returns:

  • ("PROGRAM", "ANCHOR")


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("CBR", "VBR")


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.

Returns:

  • ("LATM_LOAS", "NONE")


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.

Returns:

  • (::Integer)


20
21
22
# File 'sig/types.rbs', line 20

def sample_rate
  @sample_rate
end

#specification"MPEG2", "MPEG4"

Returns the value of attribute specification.

Returns:

  • ("MPEG2", "MPEG4")


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("LOW", "MEDIUM_LOW", "MEDIUM_HIGH", "HIGH")


23
24
25
# File 'sig/types.rbs', line 23

def vbr_quality
  @vbr_quality
end