Class: Aws::Types::Ac4Settings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bitrate::Integer

Returns the value of attribute bitrate.

Returns:

  • (::Integer)


42
43
44
# File 'sig/types.rbs', line 42

def bitrate
  @bitrate
end

#bitstream_mode"COMPLETE_MAIN", "EMERGENCY"

Returns the value of attribute bitstream_mode.

Returns:

  • ("COMPLETE_MAIN", "EMERGENCY")


43
44
45
# File 'sig/types.rbs', line 43

def bitstream_mode
  @bitstream_mode
end

#coding_mode"CODING_MODE_2_0", ...

Returns the value of attribute coding_mode.

Returns:

  • ("CODING_MODE_2_0", "CODING_MODE_3_2_LFE", "CODING_MODE_5_1_4")


44
45
46
# File 'sig/types.rbs', line 44

def coding_mode
  @coding_mode
end

#dynamic_range_compression_flat_panel_tv"NONE", ...

Returns the value of attribute dynamic_range_compression_flat_panel_tv.

Returns:

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


45
46
47
# File 'sig/types.rbs', line 45

def dynamic_range_compression_flat_panel_tv
  @dynamic_range_compression_flat_panel_tv
end

#dynamic_range_compression_home_theater"NONE", ...

Returns the value of attribute dynamic_range_compression_home_theater.

Returns:

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


46
47
48
# File 'sig/types.rbs', line 46

def dynamic_range_compression_home_theater
  @dynamic_range_compression_home_theater
end

#dynamic_range_compression_portable_headphones"NONE", ...

Returns the value of attribute dynamic_range_compression_portable_headphones.

Returns:

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


47
48
49
# File 'sig/types.rbs', line 47

def dynamic_range_compression_portable_headphones
  @dynamic_range_compression_portable_headphones
end

#dynamic_range_compression_portable_speakers"NONE", ...

Returns the value of attribute dynamic_range_compression_portable_speakers.

Returns:

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


48
49
50
# File 'sig/types.rbs', line 48

def dynamic_range_compression_portable_speakers
  @dynamic_range_compression_portable_speakers
end

#lo_ro_center_mix_level::Float

Returns the value of attribute lo_ro_center_mix_level.

Returns:

  • (::Float)


49
50
51
# File 'sig/types.rbs', line 49

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)


50
51
52
# File 'sig/types.rbs', line 50

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)


51
52
53
# File 'sig/types.rbs', line 51

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)


52
53
54
# File 'sig/types.rbs', line 52

def lt_rt_surround_mix_level
  @lt_rt_surround_mix_level
end

#sample_rate::Integer

Returns the value of attribute sample_rate.

Returns:

  • (::Integer)


53
54
55
# File 'sig/types.rbs', line 53

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


54
55
56
# File 'sig/types.rbs', line 54

def stereo_downmix
  @stereo_downmix
end