Class: Aws::Types::AudioConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AudioConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channels ⇒ ::Integer
Returns the value of attribute channels.
-
#codec ⇒ ::String
Returns the value of attribute codec.
-
#sample_rate ⇒ ::Integer
Returns the value of attribute sample_rate.
-
#target_bitrate ⇒ ::Integer
Returns the value of attribute target_bitrate.
-
#track ⇒ ::String
Returns the value of attribute track.
Instance Attribute Details
#channels ⇒ ::Integer
Returns the value of attribute channels.
46 47 48 |
# File 'sig/types.rbs', line 46 def channels @channels end |
#codec ⇒ ::String
Returns the value of attribute codec.
43 44 45 |
# File 'sig/types.rbs', line 43 def codec @codec end |
#sample_rate ⇒ ::Integer
Returns the value of attribute sample_rate.
45 46 47 |
# File 'sig/types.rbs', line 45 def sample_rate @sample_rate end |
#target_bitrate ⇒ ::Integer
Returns the value of attribute target_bitrate.
44 45 46 |
# File 'sig/types.rbs', line 44 def target_bitrate @target_bitrate end |
#track ⇒ ::String
Returns the value of attribute track.
47 48 49 |
# File 'sig/types.rbs', line 47 def track @track end |