Class: Aws::Types::RtmpGroupSettings
- Inherits:
-
Object
- Object
- Aws::Types::RtmpGroupSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ad_markers ⇒ ::Array[("ON_CUE_POINT_SCTE35")]
Returns the value of attribute ad_markers.
-
#authentication_scheme ⇒ "AKAMAI", "COMMON"
Returns the value of attribute authentication_scheme.
-
#cache_full_behavior ⇒ "DISCONNECT_IMMEDIATELY", "WAIT_FOR_SERVER"
Returns the value of attribute cache_full_behavior.
-
#cache_length ⇒ ::Integer
Returns the value of attribute cache_length.
-
#caption_data ⇒ "ALL", ...
Returns the value of attribute caption_data.
-
#include_filler_nal_units ⇒ "AUTO", ...
Returns the value of attribute include_filler_nal_units.
-
#input_loss_action ⇒ "EMIT_OUTPUT", "PAUSE_OUTPUT"
Returns the value of attribute input_loss_action.
-
#restart_delay ⇒ ::Integer
Returns the value of attribute restart_delay.
Instance Attribute Details
#ad_markers ⇒ ::Array[("ON_CUE_POINT_SCTE35")]
Returns the value of attribute ad_markers.
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.
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.
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.
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.
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.
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.
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.
2816 2817 2818 |
# File 'sig/types.rbs', line 2816 def restart_delay @restart_delay end |