Class: Aws::Types::Eac3AtmosSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bitrate::Float

Returns the value of attribute bitrate.

Returns:

  • (::Float)


1200
1201
1202
# File 'sig/types.rbs', line 1200

def bitrate
  @bitrate
end

#coding_mode"CODING_MODE_5_1_4", ...

Returns the value of attribute coding_mode.

Returns:

  • ("CODING_MODE_5_1_4", "CODING_MODE_7_1_4", "CODING_MODE_9_1_6")


1201
1202
1203
# File 'sig/types.rbs', line 1201

def coding_mode
  @coding_mode
end

#dialnorm::Integer

Returns the value of attribute dialnorm.

Returns:

  • (::Integer)


1202
1203
1204
# File 'sig/types.rbs', line 1202

def dialnorm
  @dialnorm
end

#drc_line"FILM_LIGHT", ...

Returns the value of attribute drc_line.

Returns:

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


1203
1204
1205
# File 'sig/types.rbs', line 1203

def drc_line
  @drc_line
end

#drc_rf"FILM_LIGHT", ...

Returns the value of attribute drc_rf.

Returns:

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


1204
1205
1206
# File 'sig/types.rbs', line 1204

def drc_rf
  @drc_rf
end

#height_trim::Float

Returns the value of attribute height_trim.

Returns:

  • (::Float)


1205
1206
1207
# File 'sig/types.rbs', line 1205

def height_trim
  @height_trim
end

#surround_trim::Float

Returns the value of attribute surround_trim.

Returns:

  • (::Float)


1206
1207
1208
# File 'sig/types.rbs', line 1206

def surround_trim
  @surround_trim
end