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)


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

def buffer_msec
  @buffer_msec
end

#container_settingsTypes::UdpContainerSettings

Returns the value of attribute container_settings.



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

def container_settings
  @container_settings
end

#destinationTypes::OutputLocationRef

Returns the value of attribute destination.



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

def destination
  @destination
end

#encryption_type"AES128", ...

Returns the value of attribute encryption_type.

Returns:

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


5434
5435
5436
# File 'sig/types.rbs', line 5434

def encryption_type
  @encryption_type
end

#latency::Integer

Returns the value of attribute latency.

Returns:

  • (::Integer)


5435
5436
5437
# File 'sig/types.rbs', line 5435

def latency
  @latency
end