Class: Aws::Types::Eac3Settings

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")


886
887
888
# File 'sig/types.rbs', line 886

def attenuation_control
  @attenuation_control
end

#bitrate::Integer

Returns the value of attribute bitrate.

Returns:

  • (::Integer)


887
888
889
# File 'sig/types.rbs', line 887

def bitrate
  @bitrate
end

#bitstream_mode"COMPLETE_MAIN", ...

Returns the value of attribute bitstream_mode.

Returns:

  • ("COMPLETE_MAIN", "COMMENTARY", "EMERGENCY", "HEARING_IMPAIRED", "VISUALLY_IMPAIRED")


888
889
890
# File 'sig/types.rbs', line 888

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_2_0", "CODING_MODE_3_2", "CODING_MODE_AUTO")


889
890
891
# File 'sig/types.rbs', line 889

def coding_mode
  @coding_mode
end

#dc_filter"ENABLED", "DISABLED"

Returns the value of attribute dc_filter.

Returns:

  • ("ENABLED", "DISABLED")


890
891
892
# File 'sig/types.rbs', line 890

def dc_filter
  @dc_filter
end

#dialnorm::Integer

Returns the value of attribute dialnorm.

Returns:

  • (::Integer)


891
892
893
# File 'sig/types.rbs', line 891

def dialnorm
  @dialnorm
end

#dynamic_range_compression_line"NONE", ...

Returns the value of attribute dynamic_range_compression_line.

Returns:

  • ("NONE", "FILM_STANDARD", "FILM_LIGHT", "MUSIC_STANDARD", "MUSIC_LIGHT", "SPEECH")


892
893
894
# File 'sig/types.rbs', line 892

def dynamic_range_compression_line
  @dynamic_range_compression_line
end

#dynamic_range_compression_rf"NONE", ...

Returns the value of attribute dynamic_range_compression_rf.

Returns:

  • ("NONE", "FILM_STANDARD", "FILM_LIGHT", "MUSIC_STANDARD", "MUSIC_LIGHT", "SPEECH")


893
894
895
# File 'sig/types.rbs', line 893

def dynamic_range_compression_rf
  @dynamic_range_compression_rf
end

#lfe_control"LFE", "NO_LFE"

Returns the value of attribute lfe_control.

Returns:

  • ("LFE", "NO_LFE")


894
895
896
# File 'sig/types.rbs', line 894

def lfe_control
  @lfe_control
end

#lfe_filter"ENABLED", "DISABLED"

Returns the value of attribute lfe_filter.

Returns:

  • ("ENABLED", "DISABLED")


895
896
897
# File 'sig/types.rbs', line 895

def lfe_filter
  @lfe_filter
end

#lo_ro_center_mix_level::Float

Returns the value of attribute lo_ro_center_mix_level.

Returns:

  • (::Float)


896
897
898
# File 'sig/types.rbs', line 896

def lo_ro_center_mix_level
  @lo_ro_center_mix_level
end

#lo_ro_surround_mix_level::Float

Returns the value of attribute lo_ro_surround_mix_level.

Returns:

  • (::Float)


897
898
899
# File 'sig/types.rbs', line 897

def lo_ro_surround_mix_level
  @lo_ro_surround_mix_level
end

#lt_rt_center_mix_level::Float

Returns the value of attribute lt_rt_center_mix_level.

Returns:

  • (::Float)


898
899
900
# File 'sig/types.rbs', line 898

def lt_rt_center_mix_level
  @lt_rt_center_mix_level
end

#lt_rt_surround_mix_level::Float

Returns the value of attribute lt_rt_surround_mix_level.

Returns:

  • (::Float)


899
900
901
# File 'sig/types.rbs', line 899

def lt_rt_surround_mix_level
  @lt_rt_surround_mix_level
end

#metadata_control"FOLLOW_INPUT", "USE_CONFIGURED"

Returns the value of attribute metadata_control.

Returns:

  • ("FOLLOW_INPUT", "USE_CONFIGURED")


900
901
902
# File 'sig/types.rbs', line 900

def 
  @metadata_control
end

#passthrough_control"WHEN_POSSIBLE", "NO_PASSTHROUGH"

Returns the value of attribute passthrough_control.

Returns:

  • ("WHEN_POSSIBLE", "NO_PASSTHROUGH")


901
902
903
# File 'sig/types.rbs', line 901

def passthrough_control
  @passthrough_control
end

#phase_control"SHIFT_90_DEGREES", "NO_SHIFT"

Returns the value of attribute phase_control.

Returns:

  • ("SHIFT_90_DEGREES", "NO_SHIFT")


902
903
904
# File 'sig/types.rbs', line 902

def phase_control
  @phase_control
end

#sample_rate::Integer

Returns the value of attribute sample_rate.

Returns:

  • (::Integer)


903
904
905
# File 'sig/types.rbs', line 903

def sample_rate
  @sample_rate
end

#stereo_downmix"NOT_INDICATED", ...

Returns the value of attribute stereo_downmix.

Returns:

  • ("NOT_INDICATED", "LO_RO", "LT_RT", "DPL2")


904
905
906
# File 'sig/types.rbs', line 904

def stereo_downmix
  @stereo_downmix
end

#surround_ex_mode"NOT_INDICATED", ...

Returns the value of attribute surround_ex_mode.

Returns:

  • ("NOT_INDICATED", "ENABLED", "DISABLED")


905
906
907
# File 'sig/types.rbs', line 905

def surround_ex_mode
  @surround_ex_mode
end

#surround_mode"NOT_INDICATED", ...

Returns the value of attribute surround_mode.

Returns:

  • ("NOT_INDICATED", "ENABLED", "DISABLED")


906
907
908
# File 'sig/types.rbs', line 906

def surround_mode
  @surround_mode
end