Class: Aws::Types::SrtOutputSettings
- Inherits:
-
Object
- Object
- Aws::Types::SrtOutputSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#buffer_msec ⇒ ::Integer
Returns the value of attribute buffer_msec.
-
#container_settings ⇒ Types::UdpContainerSettings
Returns the value of attribute container_settings.
-
#destination ⇒ Types::OutputLocationRef
Returns the value of attribute destination.
-
#encryption_type ⇒ "AES128", ...
Returns the value of attribute encryption_type.
-
#latency ⇒ ::Integer
Returns the value of attribute latency.
Instance Attribute Details
#buffer_msec ⇒ ::Integer
Returns the value of attribute buffer_msec.
5438 5439 5440 |
# File 'sig/types.rbs', line 5438 def buffer_msec @buffer_msec end |
#container_settings ⇒ Types::UdpContainerSettings
Returns the value of attribute container_settings.
5439 5440 5441 |
# File 'sig/types.rbs', line 5439 def container_settings @container_settings end |
#destination ⇒ Types::OutputLocationRef
Returns the value of attribute destination.
5440 5441 5442 |
# File 'sig/types.rbs', line 5440 def destination @destination end |
#encryption_type ⇒ "AES128", ...
Returns the value of attribute encryption_type.
5441 5442 5443 |
# File 'sig/types.rbs', line 5441 def encryption_type @encryption_type end |
#latency ⇒ ::Integer
Returns the value of attribute latency.
5442 5443 5444 |
# File 'sig/types.rbs', line 5442 def latency @latency end |