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


865
866
867
# File 'sig/types.rbs', line 865

def attenuation_control
  @attenuation_control
end

#bitrate::Integer

Returns the value of attribute bitrate.

Returns:

  • (::Integer)


866
867
868
# File 'sig/types.rbs', line 866

def bitrate
  @bitrate
end

#bitstream_mode"COMPLETE_MAIN", ...

Returns the value of attribute bitstream_mode.

Returns:

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


867
868
869
# File 'sig/types.rbs', line 867

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


868
869
870
# File 'sig/types.rbs', line 868

def coding_mode
  @coding_mode
end

#dc_filter"ENABLED", "DISABLED"

Returns the value of attribute dc_filter.

Returns:

  • ("ENABLED", "DISABLED")


869
870
871
# File 'sig/types.rbs', line 869

def dc_filter
  @dc_filter
end

#dialnorm::Integer

Returns the value of attribute dialnorm.

Returns:

  • (::Integer)


870
871
872
# File 'sig/types.rbs', line 870

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


871
872
873
# File 'sig/types.rbs', line 871

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


872
873
874
# File 'sig/types.rbs', line 872

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


873
874
875
# File 'sig/types.rbs', line 873

def lfe_control
  @lfe_control
end

#lfe_filter"ENABLED", "DISABLED"

Returns the value of attribute lfe_filter.

Returns:

  • ("ENABLED", "DISABLED")


874
875
876
# File 'sig/types.rbs', line 874

def lfe_filter
  @lfe_filter
end

#lo_ro_center_mix_level::Float

Returns the value of attribute lo_ro_center_mix_level.

Returns:

  • (::Float)


875
876
877
# File 'sig/types.rbs', line 875

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)


876
877
878
# File 'sig/types.rbs', line 876

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)


877
878
879
# File 'sig/types.rbs', line 877

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)


878
879
880
# File 'sig/types.rbs', line 878

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


879
880
881
# File 'sig/types.rbs', line 879

def 
  @metadata_control
end

#passthrough_control"WHEN_POSSIBLE", "NO_PASSTHROUGH"

Returns the value of attribute passthrough_control.

Returns:

  • ("WHEN_POSSIBLE", "NO_PASSTHROUGH")


880
881
882
# File 'sig/types.rbs', line 880

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


881
882
883
# File 'sig/types.rbs', line 881

def phase_control
  @phase_control
end

#sample_rate::Integer

Returns the value of attribute sample_rate.

Returns:

  • (::Integer)


882
883
884
# File 'sig/types.rbs', line 882

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


883
884
885
# File 'sig/types.rbs', line 883

def stereo_downmix
  @stereo_downmix
end

#surround_ex_mode"NOT_INDICATED", ...

Returns the value of attribute surround_ex_mode.

Returns:

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


884
885
886
# File 'sig/types.rbs', line 884

def surround_ex_mode
  @surround_ex_mode
end

#surround_mode"NOT_INDICATED", ...

Returns the value of attribute surround_mode.

Returns:

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


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

def surround_mode
  @surround_mode
end