Class: Aws::Types::RtmpGroupSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ad_markers::Array[("ON_CUE_POINT_SCTE35")]

Returns the value of attribute ad_markers.

Returns:

  • (::Array[("ON_CUE_POINT_SCTE35")])


2810
2811
2812
# File 'sig/types.rbs', line 2810

def ad_markers
  @ad_markers
end

#authentication_scheme"AKAMAI", "COMMON"

Returns the value of attribute authentication_scheme.

Returns:

  • ("AKAMAI", "COMMON")


2811
2812
2813
# File 'sig/types.rbs', line 2811

def authentication_scheme
  @authentication_scheme
end

#cache_full_behavior"DISCONNECT_IMMEDIATELY", "WAIT_FOR_SERVER"

Returns the value of attribute cache_full_behavior.

Returns:

  • ("DISCONNECT_IMMEDIATELY", "WAIT_FOR_SERVER")


2812
2813
2814
# File 'sig/types.rbs', line 2812

def cache_full_behavior
  @cache_full_behavior
end

#cache_length::Integer

Returns the value of attribute cache_length.

Returns:

  • (::Integer)


2813
2814
2815
# File 'sig/types.rbs', line 2813

def cache_length
  @cache_length
end

#caption_data"ALL", ...

Returns the value of attribute caption_data.

Returns:

  • ("ALL", "FIELD1_608", "FIELD1_AND_FIELD2_608")


2814
2815
2816
# File 'sig/types.rbs', line 2814

def caption_data
  @caption_data
end

#include_filler_nal_units"AUTO", ...

Returns the value of attribute include_filler_nal_units.

Returns:

  • ("AUTO", "DROP", "INCLUDE")


2817
2818
2819
# File 'sig/types.rbs', line 2817

def include_filler_nal_units
  @include_filler_nal_units
end

#input_loss_action"EMIT_OUTPUT", "PAUSE_OUTPUT"

Returns the value of attribute input_loss_action.

Returns:

  • ("EMIT_OUTPUT", "PAUSE_OUTPUT")


2815
2816
2817
# File 'sig/types.rbs', line 2815

def input_loss_action
  @input_loss_action
end

#restart_delay::Integer

Returns the value of attribute restart_delay.

Returns:

  • (::Integer)


2816
2817
2818
# File 'sig/types.rbs', line 2816

def restart_delay
  @restart_delay
end