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.
5428 5429 5430 |
# File 'sig/types.rbs', line 5428 def buffer_msec @buffer_msec end |
#container_settings ⇒ Types::UdpContainerSettings
Returns the value of attribute container_settings.
5429 5430 5431 |
# File 'sig/types.rbs', line 5429 def container_settings @container_settings end |
#destination ⇒ Types::OutputLocationRef
Returns the value of attribute destination.
5430 5431 5432 |
# File 'sig/types.rbs', line 5430 def destination @destination end |
#encryption_type ⇒ "AES128", ...
Returns the value of attribute encryption_type.
5431 5432 5433 |
# File 'sig/types.rbs', line 5431 def encryption_type @encryption_type end |
#latency ⇒ ::Integer
Returns the value of attribute latency.
5432 5433 5434 |
# File 'sig/types.rbs', line 5432 def latency @latency end |