Class: Aws::Types::Transport
- Inherits:
-
Object
- Object
- Aws::Types::Transport
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr_allow_list ⇒ ::Array[::String]
Returns the value of attribute cidr_allow_list.
-
#max_bitrate ⇒ ::Integer
Returns the value of attribute max_bitrate.
-
#max_latency ⇒ ::Integer
Returns the value of attribute max_latency.
-
#max_sync_buffer ⇒ ::Integer
Returns the value of attribute max_sync_buffer.
-
#min_latency ⇒ ::Integer
Returns the value of attribute min_latency.
-
#ndi_output_timecode_source ⇒ "EMBEDDED_TIMECODE", "UTC_SYSTEM_TIME"
Returns the value of attribute ndi_output_timecode_source.
-
#ndi_program_name ⇒ ::String
Returns the value of attribute ndi_program_name.
-
#ndi_source_settings ⇒ Types::NdiSourceSettings
Returns the value of attribute ndi_source_settings.
-
#ndi_speed_hq_quality ⇒ ::Integer
Returns the value of attribute ndi_speed_hq_quality.
-
#protocol ⇒ "zixi-push", ...
Returns the value of attribute protocol.
-
#remote_id ⇒ ::String
Returns the value of attribute remote_id.
-
#sender_control_port ⇒ ::Integer
Returns the value of attribute sender_control_port.
-
#sender_ip_address ⇒ ::String
Returns the value of attribute sender_ip_address.
-
#smoothing_latency ⇒ ::Integer
Returns the value of attribute smoothing_latency.
-
#source_listener_address ⇒ ::String
Returns the value of attribute source_listener_address.
-
#source_listener_port ⇒ ::Integer
Returns the value of attribute source_listener_port.
-
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
Instance Attribute Details
#cidr_allow_list ⇒ ::Array[::String]
Returns the value of attribute cidr_allow_list.
2323 2324 2325 |
# File 'sig/types.rbs', line 2323 def cidr_allow_list @cidr_allow_list end |
#max_bitrate ⇒ ::Integer
Returns the value of attribute max_bitrate.
2324 2325 2326 |
# File 'sig/types.rbs', line 2324 def max_bitrate @max_bitrate end |
#max_latency ⇒ ::Integer
Returns the value of attribute max_latency.
2325 2326 2327 |
# File 'sig/types.rbs', line 2325 def max_latency @max_latency end |
#max_sync_buffer ⇒ ::Integer
Returns the value of attribute max_sync_buffer.
2326 2327 2328 |
# File 'sig/types.rbs', line 2326 def max_sync_buffer @max_sync_buffer end |
#min_latency ⇒ ::Integer
Returns the value of attribute min_latency.
2327 2328 2329 |
# File 'sig/types.rbs', line 2327 def min_latency @min_latency end |
#ndi_output_timecode_source ⇒ "EMBEDDED_TIMECODE", "UTC_SYSTEM_TIME"
Returns the value of attribute ndi_output_timecode_source.
2339 2340 2341 |
# File 'sig/types.rbs', line 2339 def ndi_output_timecode_source @ndi_output_timecode_source end |
#ndi_program_name ⇒ ::String
Returns the value of attribute ndi_program_name.
2337 2338 2339 |
# File 'sig/types.rbs', line 2337 def ndi_program_name @ndi_program_name end |
#ndi_source_settings ⇒ Types::NdiSourceSettings
Returns the value of attribute ndi_source_settings.
2338 2339 2340 |
# File 'sig/types.rbs', line 2338 def ndi_source_settings @ndi_source_settings end |
#ndi_speed_hq_quality ⇒ ::Integer
Returns the value of attribute ndi_speed_hq_quality.
2336 2337 2338 |
# File 'sig/types.rbs', line 2336 def ndi_speed_hq_quality @ndi_speed_hq_quality end |
#protocol ⇒ "zixi-push", ...
Returns the value of attribute protocol.
2328 2329 2330 |
# File 'sig/types.rbs', line 2328 def protocol @protocol end |
#remote_id ⇒ ::String
Returns the value of attribute remote_id.
2329 2330 2331 |
# File 'sig/types.rbs', line 2329 def remote_id @remote_id end |
#sender_control_port ⇒ ::Integer
Returns the value of attribute sender_control_port.
2330 2331 2332 |
# File 'sig/types.rbs', line 2330 def sender_control_port @sender_control_port end |
#sender_ip_address ⇒ ::String
Returns the value of attribute sender_ip_address.
2331 2332 2333 |
# File 'sig/types.rbs', line 2331 def sender_ip_address @sender_ip_address end |
#smoothing_latency ⇒ ::Integer
Returns the value of attribute smoothing_latency.
2332 2333 2334 |
# File 'sig/types.rbs', line 2332 def smoothing_latency @smoothing_latency end |
#source_listener_address ⇒ ::String
Returns the value of attribute source_listener_address.
2333 2334 2335 |
# File 'sig/types.rbs', line 2333 def source_listener_address @source_listener_address end |
#source_listener_port ⇒ ::Integer
Returns the value of attribute source_listener_port.
2334 2335 2336 |
# File 'sig/types.rbs', line 2334 def source_listener_port @source_listener_port end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
2335 2336 2337 |
# File 'sig/types.rbs', line 2335 def stream_id @stream_id end |