@Stability(value=Stable)
public static interface CfnChannel.MsSmoothGroupSettingsProperty
extends software.amazon.jsii.JsiiSerializable
The parent of this entity is OutputGroupSettings.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.medialive.*;
MsSmoothGroupSettingsProperty msSmoothGroupSettingsProperty = MsSmoothGroupSettingsProperty.builder()
.acquisitionPointId("acquisitionPointId")
.audioOnlyTimecodeControl("audioOnlyTimecodeControl")
.certificateMode("certificateMode")
.connectionRetryInterval(123)
.destination(OutputLocationRefProperty.builder()
.destinationRefId("destinationRefId")
.build())
.eventId("eventId")
.eventIdMode("eventIdMode")
.eventStopBehavior("eventStopBehavior")
.filecacheDuration(123)
.fragmentLength(123)
.inputLossAction("inputLossAction")
.numRetries(123)
.restartDelay(123)
.segmentationMode("segmentationMode")
.sendDelayMs(123)
.sparseTrackType("sparseTrackType")
.streamManifestBehavior("streamManifestBehavior")
.timestampOffset("timestampOffset")
.timestampOffsetMode("timestampOffsetMode")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.MsSmoothGroupSettingsProperty.Builder
A builder for
CfnChannel.MsSmoothGroupSettingsProperty |
static class |
CfnChannel.MsSmoothGroupSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.MsSmoothGroupSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.MsSmoothGroupSettingsProperty.Builder |
builder() |
default String |
getAcquisitionPointId()
The value of the Acquisition Point Identity element that is used in each message placed in the sparse track.
|
default String |
getAudioOnlyTimecodeControl()
If set to passthrough for an audio-only Microsoft Smooth output, the fragment absolute time is set to the current timecode.
|
default String |
getCertificateMode()
If set to verifyAuthenticity, verifies the HTTPS certificate chain to a trusted certificate authority (CA).
|
default Number |
getConnectionRetryInterval()
The number of seconds to wait before retrying the connection to the IIS server if the connection is lost.
|
default Object |
getDestination()
The Smooth Streaming publish point on an IIS server.
|
default String |
getEventId()
The Microsoft Smooth channel ID that is sent to the IIS server.
|
default String |
getEventIdMode()
Specifies whether to send a channel ID to the IIS server.
|
default String |
getEventStopBehavior()
When set to sendEos, sends an EOS signal to an IIS server when stopping the channel.
|
default Number |
getFilecacheDuration()
The size, in seconds, of the file cache for streaming outputs.
|
default Number |
getFragmentLength()
The length, in seconds, of mp4 fragments to generate.
|
default String |
getInputLossAction()
A parameter that controls output group behavior on an input loss.
|
default Number |
getNumRetries()
The number of retry attempts.
|
default Number |
getRestartDelay()
The number of seconds before initiating a restart due to output failure, due to exhausting the numRetries on one segment, or exceeding filecacheDuration.
|
default String |
getSegmentationMode()
useInputSegmentation has been deprecated.
|
default Number |
getSendDelayMs()
The number of milliseconds to delay the output from the second pipeline.
|
default String |
getSparseTrackType()
If set to scte35, uses incoming SCTE-35 messages to generate a sparse track in this group of Microsoft Smooth outputs.
|
default String |
getStreamManifestBehavior()
When set to send, sends a stream manifest so that the publishing point doesn't start until all streams start.
|
default String |
getTimestampOffset()
The timestamp offset for the channel.
|
default String |
getTimestampOffsetMode()
The type of timestamp date offset to use.
|
@Stability(value=Stable) @Nullable default String getAcquisitionPointId()
Enabled only if sparseTrackType is not "none."
@Stability(value=Stable) @Nullable default String getAudioOnlyTimecodeControl()
This option does not write timecodes to the audio elementary stream.
@Stability(value=Stable) @Nullable default String getCertificateMode()
This causes HTTPS outputs to self-signed certificates to fail.
@Stability(value=Stable) @Nullable default Number getConnectionRetryInterval()
Content is cached during this time, and the cache is delivered to the IIS server after the connection is re-established.
@Stability(value=Stable) @Nullable default Object getDestination()
MediaLive acts as a "Push" encoder to IIS.
@Stability(value=Stable) @Nullable default String getEventId()
Specify the ID only if eventIdMode is set to useConfigured.
@Stability(value=Stable) @Nullable default String getEventIdMode()
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.
@Stability(value=Stable) @Nullable default String getEventStopBehavior()
@Stability(value=Stable) @Nullable default Number getFilecacheDuration()
@Stability(value=Stable) @Nullable default Number getFragmentLength()
The fragment length must be compatible with GOP size and frame rate.
@Stability(value=Stable) @Nullable default String getInputLossAction()
@Stability(value=Stable) @Nullable default Number getNumRetries()
@Stability(value=Stable) @Nullable default Number getRestartDelay()
@Stability(value=Stable) @Nullable default String getSegmentationMode()
The configured segment size is always used.
@Stability(value=Stable) @Nullable default Number getSendDelayMs()
@Stability(value=Stable) @Nullable default String getSparseTrackType()
@Stability(value=Stable) @Nullable default String getStreamManifestBehavior()
@Stability(value=Stable) @Nullable default String getTimestampOffset()
Used only if timestampOffsetMode is set to useConfiguredOffset.
@Stability(value=Stable) @Nullable default String getTimestampOffsetMode()
@Stability(value=Stable) static CfnChannel.MsSmoothGroupSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.