Class: Aws::Types::Ac3Settings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attenuation_control"ATTENUATE_3_DB", "NONE"

Returns the value of attribute attenuation_control.

Returns:

  • ("ATTENUATE_3_DB", "NONE")


32
33
34
# File 'sig/types.rbs', line 32

def attenuation_control
  @attenuation_control
end

#bitrate::Float

Returns the value of attribute bitrate.

Returns:

  • (::Float)


25
26
27
# File 'sig/types.rbs', line 25

def bitrate
  @bitrate
end

#bitstream_mode"COMMENTARY", ...

Returns the value of attribute bitstream_mode.

Returns:

  • ("COMMENTARY", "COMPLETE_MAIN", "DIALOGUE", "EMERGENCY", "HEARING_IMPAIRED", "MUSIC_AND_EFFECTS", "VISUALLY_IMPAIRED", "VOICE_OVER")


26
27
28
# File 'sig/types.rbs', line 26

def bitstream_mode
  @bitstream_mode
end

#coding_mode"CODING_MODE_1_0", ...

Returns the value of attribute coding_mode.

Returns:

  • ("CODING_MODE_1_0", "CODING_MODE_1_1", "CODING_MODE_2_0", "CODING_MODE_3_2_LFE")


27
28
29
# File 'sig/types.rbs', line 27

def coding_mode
  @coding_mode
end

#dialnorm::Integer

Returns the value of attribute dialnorm.

Returns:

  • (::Integer)


28
29
30
# File 'sig/types.rbs', line 28

def dialnorm
  @dialnorm
end

#drc_profile"FILM_STANDARD", "NONE"

Returns the value of attribute drc_profile.

Returns:

  • ("FILM_STANDARD", "NONE")


29
30
31
# File 'sig/types.rbs', line 29

def drc_profile
  @drc_profile
end

#lfe_filter"DISABLED", "ENABLED"

Returns the value of attribute lfe_filter.

Returns:

  • ("DISABLED", "ENABLED")


30
31
32
# File 'sig/types.rbs', line 30

def lfe_filter
  @lfe_filter
end

#metadata_control"FOLLOW_INPUT", "USE_CONFIGURED"

Returns the value of attribute metadata_control.

Returns:

  • ("FOLLOW_INPUT", "USE_CONFIGURED")


31
32
33
# File 'sig/types.rbs', line 31

def 
  @metadata_control
end