Class: Aws::Types::Eac3AtmosSettings
- Inherits:
-
Object
- Object
- Aws::Types::Eac3AtmosSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bitrate ⇒ ::Float
Returns the value of attribute bitrate.
-
#coding_mode ⇒ "CODING_MODE_5_1_4", ...
Returns the value of attribute coding_mode.
-
#dialnorm ⇒ ::Integer
Returns the value of attribute dialnorm.
-
#drc_line ⇒ "FILM_LIGHT", ...
Returns the value of attribute drc_line.
-
#drc_rf ⇒ "FILM_LIGHT", ...
Returns the value of attribute drc_rf.
-
#height_trim ⇒ ::Float
Returns the value of attribute height_trim.
-
#surround_trim ⇒ ::Float
Returns the value of attribute surround_trim.
Instance Attribute Details
#bitrate ⇒ ::Float
Returns the value of attribute bitrate.
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.
1201 1202 1203 |
# File 'sig/types.rbs', line 1201 def coding_mode @coding_mode end |
#dialnorm ⇒ ::Integer
Returns the value of attribute dialnorm.
1202 1203 1204 |
# File 'sig/types.rbs', line 1202 def dialnorm @dialnorm end |
#drc_line ⇒ "FILM_LIGHT", ...
Returns the value of attribute drc_line.
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.
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.
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.
1206 1207 1208 |
# File 'sig/types.rbs', line 1206 def surround_trim @surround_trim end |