@Stability(value=Stable) public static final class CfnChannel.MsSmoothGroupSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel.MsSmoothGroupSettingsProperty>
CfnChannel.MsSmoothGroupSettingsProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnChannel.MsSmoothGroupSettingsProperty.Builder acquisitionPointId(String acquisitionPointId)
CfnChannel.MsSmoothGroupSettingsProperty.getAcquisitionPointId()acquisitionPointId - The value of the Acquisition Point Identity element that is used in each message placed in the sparse track.
Enabled only if sparseTrackType is not "none."this@Stability(value=Stable) public CfnChannel.MsSmoothGroupSettingsProperty.Builder audioOnlyTimecodeControl(String audioOnlyTimecodeControl)
CfnChannel.MsSmoothGroupSettingsProperty.getAudioOnlyTimecodeControl()audioOnlyTimecodeControl - If set to passthrough for an audio-only Microsoft Smooth output, the fragment absolute time is set to the current timecode.
This option does not write timecodes to the audio elementary stream.this@Stability(value=Stable) public CfnChannel.MsSmoothGroupSettingsProperty.Builder certificateMode(String certificateMode)
CfnChannel.MsSmoothGroupSettingsProperty.getCertificateMode()certificateMode - If set to verifyAuthenticity, verifies the HTTPS certificate chain to a trusted certificate authority (CA).
This causes HTTPS outputs to self-signed certificates to fail.this@Stability(value=Stable) public CfnChannel.MsSmoothGroupSettingsProperty.Builder connectionRetryInterval(Number connectionRetryInterval)
CfnChannel.MsSmoothGroupSettingsProperty.getConnectionRetryInterval()connectionRetryInterval - The number of seconds to wait before retrying the connection to the IIS server if the connection is lost.
Content is cached during this time, and the cache is delivered to the IIS server after the connection is re-established.this@Stability(value=Stable) public CfnChannel.MsSmoothGroupSettingsProperty.Builder destination(CfnChannel.OutputLocationRefProperty destination)
CfnChannel.MsSmoothGroupSettingsProperty.getDestination()destination - The Smooth Streaming publish point on an IIS server.
MediaLive acts as a "Push" encoder to IIS.this@Stability(value=Stable) public CfnChannel.MsSmoothGroupSettingsProperty.Builder destination(IResolvable destination)
CfnChannel.MsSmoothGroupSettingsProperty.getDestination()destination - The Smooth Streaming publish point on an IIS server.
MediaLive acts as a "Push" encoder to IIS.this@Stability(value=Stable) public CfnChannel.MsSmoothGroupSettingsProperty.Builder eventId(String eventId)
CfnChannel.MsSmoothGroupSettingsProperty.getEventId()eventId - The Microsoft Smooth channel ID that is sent to the IIS server.
Specify the ID only if eventIdMode is set to useConfigured.this@Stability(value=Stable) public CfnChannel.MsSmoothGroupSettingsProperty.Builder eventIdMode(String eventIdMode)
CfnChannel.MsSmoothGroupSettingsProperty.getEventIdMode()eventIdMode - Specifies whether to send a channel ID to the IIS server.
If no channel ID is sent and the same channel is used without changing the publishing point, clients might see cached video from the previous run. Options: - "useConfigured" - use the value provided in eventId - "useTimestamp" - generate and send a channel ID based on the current timestamp - "noEventId" - do not send a channel ID to the IIS server.this@Stability(value=Stable) public CfnChannel.MsSmoothGroupSettingsProperty.Builder eventStopBehavior(String eventStopBehavior)
CfnChannel.MsSmoothGroupSettingsProperty.getEventStopBehavior()eventStopBehavior - When set to sendEos, sends an EOS signal to an IIS server when stopping the channel.this@Stability(value=Stable) public CfnChannel.MsSmoothGroupSettingsProperty.Builder filecacheDuration(Number filecacheDuration)
CfnChannel.MsSmoothGroupSettingsProperty.getFilecacheDuration()filecacheDuration - The size, in seconds, of the file cache for streaming outputs.this@Stability(value=Stable) public CfnChannel.MsSmoothGroupSettingsProperty.Builder fragmentLength(Number fragmentLength)
CfnChannel.MsSmoothGroupSettingsProperty.getFragmentLength()fragmentLength - The length, in seconds, of mp4 fragments to generate.
The fragment length must be compatible with GOP size and frame rate.this@Stability(value=Stable) public CfnChannel.MsSmoothGroupSettingsProperty.Builder inputLossAction(String inputLossAction)
CfnChannel.MsSmoothGroupSettingsProperty.getInputLossAction()inputLossAction - A parameter that controls output group behavior on an input loss.this@Stability(value=Stable) public CfnChannel.MsSmoothGroupSettingsProperty.Builder numRetries(Number numRetries)
CfnChannel.MsSmoothGroupSettingsProperty.getNumRetries()numRetries - The number of retry attempts.this@Stability(value=Stable) public CfnChannel.MsSmoothGroupSettingsProperty.Builder restartDelay(Number restartDelay)
CfnChannel.MsSmoothGroupSettingsProperty.getRestartDelay()restartDelay - The number of seconds before initiating a restart due to output failure, due to exhausting the numRetries on one segment, or exceeding filecacheDuration.this@Stability(value=Stable) public CfnChannel.MsSmoothGroupSettingsProperty.Builder segmentationMode(String segmentationMode)
CfnChannel.MsSmoothGroupSettingsProperty.getSegmentationMode()segmentationMode - useInputSegmentation has been deprecated.
The configured segment size is always used.this@Stability(value=Stable) public CfnChannel.MsSmoothGroupSettingsProperty.Builder sendDelayMs(Number sendDelayMs)
CfnChannel.MsSmoothGroupSettingsProperty.getSendDelayMs()sendDelayMs - The number of milliseconds to delay the output from the second pipeline.this@Stability(value=Stable) public CfnChannel.MsSmoothGroupSettingsProperty.Builder sparseTrackType(String sparseTrackType)
CfnChannel.MsSmoothGroupSettingsProperty.getSparseTrackType()sparseTrackType - If set to scte35, uses incoming SCTE-35 messages to generate a sparse track in this group of Microsoft Smooth outputs.this@Stability(value=Stable) public CfnChannel.MsSmoothGroupSettingsProperty.Builder streamManifestBehavior(String streamManifestBehavior)
CfnChannel.MsSmoothGroupSettingsProperty.getStreamManifestBehavior()streamManifestBehavior - When set to send, sends a stream manifest so that the publishing point doesn't start until all streams start.this@Stability(value=Stable) public CfnChannel.MsSmoothGroupSettingsProperty.Builder timestampOffset(String timestampOffset)
CfnChannel.MsSmoothGroupSettingsProperty.getTimestampOffset()timestampOffset - The timestamp offset for the channel.
Used only if timestampOffsetMode is set to useConfiguredOffset.this@Stability(value=Stable) public CfnChannel.MsSmoothGroupSettingsProperty.Builder timestampOffsetMode(String timestampOffsetMode)
CfnChannel.MsSmoothGroupSettingsProperty.getTimestampOffsetMode()timestampOffsetMode - The type of timestamp date offset to use.
this@Stability(value=Stable) public CfnChannel.MsSmoothGroupSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnChannel.MsSmoothGroupSettingsProperty>CfnChannel.MsSmoothGroupSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.