Class: Aws::Types::Transport

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cidr_allow_list::Array[::String]

Returns the value of attribute cidr_allow_list.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("EMBEDDED_TIMECODE", "UTC_SYSTEM_TIME")


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.

Returns:

  • (::String)


2337
2338
2339
# File 'sig/types.rbs', line 2337

def ndi_program_name
  @ndi_program_name
end

#ndi_source_settingsTypes::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.

Returns:

  • (::Integer)


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.

Returns:

  • ("zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos", "udp", "ndi-speed-hq")


2328
2329
2330
# File 'sig/types.rbs', line 2328

def protocol
  @protocol
end

#remote_id::String

Returns the value of attribute remote_id.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


2335
2336
2337
# File 'sig/types.rbs', line 2335

def stream_id
  @stream_id
end