Class: Aws::Types::MsSmoothGroupSettings
- Inherits:
-
Object
- Object
- Aws::Types::MsSmoothGroupSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#acquisition_point_id ⇒ ::String
Returns the value of attribute acquisition_point_id.
-
#audio_only_timecode_control ⇒ "PASSTHROUGH", "USE_CONFIGURED_CLOCK"
Returns the value of attribute audio_only_timecode_control.
-
#certificate_mode ⇒ "SELF_SIGNED", "VERIFY_AUTHENTICITY"
Returns the value of attribute certificate_mode.
-
#connection_retry_interval ⇒ ::Integer
Returns the value of attribute connection_retry_interval.
-
#destination ⇒ Types::OutputLocationRef
Returns the value of attribute destination.
-
#event_id ⇒ ::String
Returns the value of attribute event_id.
-
#event_id_mode ⇒ "NO_EVENT_ID", ...
Returns the value of attribute event_id_mode.
-
#event_stop_behavior ⇒ "NONE", "SEND_EOS"
Returns the value of attribute event_stop_behavior.
-
#filecache_duration ⇒ ::Integer
Returns the value of attribute filecache_duration.
-
#fragment_length ⇒ ::Integer
Returns the value of attribute fragment_length.
-
#input_loss_action ⇒ "EMIT_OUTPUT", "PAUSE_OUTPUT"
Returns the value of attribute input_loss_action.
-
#num_retries ⇒ ::Integer
Returns the value of attribute num_retries.
-
#restart_delay ⇒ ::Integer
Returns the value of attribute restart_delay.
-
#segmentation_mode ⇒ "USE_INPUT_SEGMENTATION", "USE_SEGMENT_DURATION"
Returns the value of attribute segmentation_mode.
-
#send_delay_ms ⇒ ::Integer
Returns the value of attribute send_delay_ms.
-
#sparse_track_type ⇒ "NONE", ...
Returns the value of attribute sparse_track_type.
-
#stream_manifest_behavior ⇒ "DO_NOT_SEND", "SEND"
Returns the value of attribute stream_manifest_behavior.
-
#timestamp_offset ⇒ ::String
Returns the value of attribute timestamp_offset.
-
#timestamp_offset_mode ⇒ "USE_CONFIGURED_OFFSET", "USE_EVENT_START_DATE"
Returns the value of attribute timestamp_offset_mode.
Instance Attribute Details
#acquisition_point_id ⇒ ::String
Returns the value of attribute acquisition_point_id.
2356 2357 2358 |
# File 'sig/types.rbs', line 2356 def acquisition_point_id @acquisition_point_id end |
#audio_only_timecode_control ⇒ "PASSTHROUGH", "USE_CONFIGURED_CLOCK"
Returns the value of attribute audio_only_timecode_control.
2357 2358 2359 |
# File 'sig/types.rbs', line 2357 def audio_only_timecode_control @audio_only_timecode_control end |
#certificate_mode ⇒ "SELF_SIGNED", "VERIFY_AUTHENTICITY"
Returns the value of attribute certificate_mode.
2358 2359 2360 |
# File 'sig/types.rbs', line 2358 def certificate_mode @certificate_mode end |
#connection_retry_interval ⇒ ::Integer
Returns the value of attribute connection_retry_interval.
2359 2360 2361 |
# File 'sig/types.rbs', line 2359 def connection_retry_interval @connection_retry_interval end |
#destination ⇒ Types::OutputLocationRef
Returns the value of attribute destination.
2360 2361 2362 |
# File 'sig/types.rbs', line 2360 def destination @destination end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
2361 2362 2363 |
# File 'sig/types.rbs', line 2361 def event_id @event_id end |
#event_id_mode ⇒ "NO_EVENT_ID", ...
Returns the value of attribute event_id_mode.
2362 2363 2364 |
# File 'sig/types.rbs', line 2362 def event_id_mode @event_id_mode end |
#event_stop_behavior ⇒ "NONE", "SEND_EOS"
Returns the value of attribute event_stop_behavior.
2363 2364 2365 |
# File 'sig/types.rbs', line 2363 def event_stop_behavior @event_stop_behavior end |
#filecache_duration ⇒ ::Integer
Returns the value of attribute filecache_duration.
2364 2365 2366 |
# File 'sig/types.rbs', line 2364 def filecache_duration @filecache_duration end |
#fragment_length ⇒ ::Integer
Returns the value of attribute fragment_length.
2365 2366 2367 |
# File 'sig/types.rbs', line 2365 def fragment_length @fragment_length end |
#input_loss_action ⇒ "EMIT_OUTPUT", "PAUSE_OUTPUT"
Returns the value of attribute input_loss_action.
2366 2367 2368 |
# File 'sig/types.rbs', line 2366 def input_loss_action @input_loss_action end |
#num_retries ⇒ ::Integer
Returns the value of attribute num_retries.
2367 2368 2369 |
# File 'sig/types.rbs', line 2367 def num_retries @num_retries end |
#restart_delay ⇒ ::Integer
Returns the value of attribute restart_delay.
2368 2369 2370 |
# File 'sig/types.rbs', line 2368 def restart_delay @restart_delay end |
#segmentation_mode ⇒ "USE_INPUT_SEGMENTATION", "USE_SEGMENT_DURATION"
Returns the value of attribute segmentation_mode.
2369 2370 2371 |
# File 'sig/types.rbs', line 2369 def segmentation_mode @segmentation_mode end |
#send_delay_ms ⇒ ::Integer
Returns the value of attribute send_delay_ms.
2370 2371 2372 |
# File 'sig/types.rbs', line 2370 def send_delay_ms @send_delay_ms end |
#sparse_track_type ⇒ "NONE", ...
Returns the value of attribute sparse_track_type.
2371 2372 2373 |
# File 'sig/types.rbs', line 2371 def sparse_track_type @sparse_track_type end |
#stream_manifest_behavior ⇒ "DO_NOT_SEND", "SEND"
Returns the value of attribute stream_manifest_behavior.
2372 2373 2374 |
# File 'sig/types.rbs', line 2372 def stream_manifest_behavior @stream_manifest_behavior end |
#timestamp_offset ⇒ ::String
Returns the value of attribute timestamp_offset.
2373 2374 2375 |
# File 'sig/types.rbs', line 2373 def @timestamp_offset end |
#timestamp_offset_mode ⇒ "USE_CONFIGURED_OFFSET", "USE_EVENT_START_DATE"
Returns the value of attribute timestamp_offset_mode.
2374 2375 2376 |
# File 'sig/types.rbs', line 2374 def @timestamp_offset_mode end |