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)


5438
5439
5440
# File 'sig/types.rbs', line 5438

def buffer_msec
  @buffer_msec
end

#container_settingsTypes::UdpContainerSettings

Returns the value of attribute container_settings.



5439
5440
5441
# File 'sig/types.rbs', line 5439

def container_settings
  @container_settings
end

#destinationTypes::OutputLocationRef

Returns the value of attribute destination.



5440
5441
5442
# File 'sig/types.rbs', line 5440

def destination
  @destination
end

#encryption_type"AES128", ...

Returns the value of attribute encryption_type.

Returns:

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


5441
5442
5443
# File 'sig/types.rbs', line 5441

def encryption_type
  @encryption_type
end

#latency::Integer

Returns the value of attribute latency.

Returns:

  • (::Integer)


5442
5443
5444
# File 'sig/types.rbs', line 5442

def latency
  @latency
end