Class: Aws::Types::SrtOutputSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#buffer_msec::Integer

Returns the value of attribute buffer_msec.

Returns:

  • (::Integer)


5428
5429
5430
# File 'sig/types.rbs', line 5428

def buffer_msec
  @buffer_msec
end

#container_settingsTypes::UdpContainerSettings

Returns the value of attribute container_settings.



5429
5430
5431
# File 'sig/types.rbs', line 5429

def container_settings
  @container_settings
end

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

Returns:

  • ("AES128", "AES192", "AES256")


5431
5432
5433
# File 'sig/types.rbs', line 5431

def encryption_type
  @encryption_type
end

#latency::Integer

Returns the value of attribute latency.

Returns:

  • (::Integer)


5432
5433
5434
# File 'sig/types.rbs', line 5432

def latency
  @latency
end