| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.acquisitionPointId(String acquisitionPointId)
The ID to include in each message in the sparse track.
|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.audioOnlyTimecodeControl(SmoothGroupAudioOnlyTimecodeControl audioOnlyTimecodeControl)
If set to passthrough for an audio-only MS Smooth output, the fragment absolute time will be set to the
current timecode.
|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.audioOnlyTimecodeControl(String audioOnlyTimecodeControl)
If set to passthrough for an audio-only MS Smooth output, the fragment absolute time will be set to the
current timecode.
|
static MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.builder() |
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.certificateMode(SmoothGroupCertificateMode certificateMode)
If set to verifyAuthenticity, verify the https certificate chain to a trusted Certificate Authority (CA).
|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.certificateMode(String certificateMode)
If set to verifyAuthenticity, verify the https certificate chain to a trusted Certificate Authority (CA).
|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.connectionRetryInterval(Integer connectionRetryInterval)
Number of seconds to wait before retrying connection to the IIS server if the connection is lost.
|
default MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.destination(Consumer<OutputLocationRef.Builder> destination)
Smooth Streaming publish point on an IIS server.
|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.destination(OutputLocationRef destination)
Smooth Streaming publish point on an IIS server.
|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.eventId(String eventId)
MS Smooth event ID to be sent to the IIS server.
|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.eventIdMode(SmoothGroupEventIdMode eventIdMode)
Specifies whether or not to send an event ID to the IIS server.
|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.eventIdMode(String eventIdMode)
Specifies whether or not to send an event ID to the IIS server.
|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.eventStopBehavior(SmoothGroupEventStopBehavior eventStopBehavior)
When set to sendEos, send EOS signal to IIS server when stopping the event
|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.eventStopBehavior(String eventStopBehavior)
When set to sendEos, send EOS signal to IIS server when stopping the event
|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.filecacheDuration(Integer filecacheDuration)
Size in seconds of file cache for streaming outputs.
|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.fragmentLength(Integer fragmentLength)
Length of mp4 fragments to generate (in seconds).
|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.inputLossAction(InputLossActionForMsSmoothOut inputLossAction)
Parameter that control output group behavior on input loss.
|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.inputLossAction(String inputLossAction)
Parameter that control output group behavior on input loss.
|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.numRetries(Integer numRetries)
Number of retry attempts.
|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.restartDelay(Integer restartDelay)
Number of seconds before initiating a restart due to output failure, due to exhausting the numRetries on one
segment, or exceeding filecacheDuration.
|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.segmentationMode(SmoothGroupSegmentationMode segmentationMode)
useInputSegmentation has been deprecated.
|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.segmentationMode(String segmentationMode)
useInputSegmentation has been deprecated.
|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.sendDelayMs(Integer sendDelayMs)
Number of milliseconds to delay the output from the second pipeline.
|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.sparseTrackType(SmoothGroupSparseTrackType sparseTrackType)
Identifies the type of data to place in the sparse track: - SCTE35: Insert SCTE-35 messages from the source
content.
|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.sparseTrackType(String sparseTrackType)
Identifies the type of data to place in the sparse track: - SCTE35: Insert SCTE-35 messages from the source
content.
|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.streamManifestBehavior(SmoothGroupStreamManifestBehavior streamManifestBehavior)
When set to send, send stream manifest so publishing point doesn't start until all streams start.
|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.streamManifestBehavior(String streamManifestBehavior)
When set to send, send stream manifest so publishing point doesn't start until all streams start.
|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.timestampOffset(String timestampOffset)
Timestamp offset for the event.
|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.timestampOffsetMode(SmoothGroupTimestampOffsetMode timestampOffsetMode)
Type of timestamp date offset to use.
|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.timestampOffsetMode(String timestampOffsetMode)
Type of timestamp date offset to use.
|
MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MsSmoothGroupSettings.Builder> |
MsSmoothGroupSettings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default OutputGroupSettings.Builder |
OutputGroupSettings.Builder.msSmoothGroupSettings(Consumer<MsSmoothGroupSettings.Builder> msSmoothGroupSettings)
Sets the value of the MsSmoothGroupSettings property for this object.
|
Copyright © 2022. All rights reserved.