Interface CfnChannel.MsSmoothGroupSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.MsSmoothGroupSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnChannel
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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnChannel.MsSmoothGroupSettingsPropertystatic final classAn implementation forCfnChannel.MsSmoothGroupSettingsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe value of the Acquisition Point Identity element that is used in each message placed in the sparse track.default StringIf set to passthrough for an audio-only Microsoft Smooth output, the fragment absolute time is set to the current timecode.default StringIf set to verifyAuthenticity, verifies the HTTPS certificate chain to a trusted certificate authority (CA).default NumberThe number of seconds to wait before retrying the connection to the IIS server if the connection is lost.default ObjectThe Smooth Streaming publish point on an IIS server.default StringThe Microsoft Smooth channel ID that is sent to the IIS server.default StringSpecifies whether to send a channel ID to the IIS server.default StringWhen set to sendEos, sends an EOS signal to an IIS server when stopping the channel.default NumberThe size, in seconds, of the file cache for streaming outputs.default NumberThe length, in seconds, of mp4 fragments to generate.default StringA parameter that controls output group behavior on an input loss.default NumberThe number of retry attempts.default NumberThe number of seconds before initiating a restart due to output failure, due to exhausting the numRetries on one segment, or exceeding filecacheDuration.default StringuseInputSegmentation has been deprecated.default NumberThe number of milliseconds to delay the output from the second pipeline.default StringIf set to scte35, uses incoming SCTE-35 messages to generate a sparse track in this group of Microsoft Smooth outputs.default StringWhen set to send, sends a stream manifest so that the publishing point doesn't start until all streams start.default StringThe timestamp offset for the channel.default StringThe type of timestamp date offset to use.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAcquisitionPointId
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."
- See Also:
-
getAudioOnlyTimecodeControl
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.
- See Also:
-
getCertificateMode
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.
- See Also:
-
getConnectionRetryInterval
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.
- See Also:
-
getDestination
The Smooth Streaming publish point on an IIS server.MediaLive acts as a "Push" encoder to IIS.
Returns union: either
IResolvableorCfnChannel.OutputLocationRefProperty- See Also:
-
getEventId
The Microsoft Smooth channel ID that is sent to the IIS server.Specify the ID only if eventIdMode is set to useConfigured.
- See Also:
-
getEventIdMode
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.
- See Also:
-
getEventStopBehavior
When set to sendEos, sends an EOS signal to an IIS server when stopping the channel.- See Also:
-
getFilecacheDuration
The size, in seconds, of the file cache for streaming outputs.- See Also:
-
getFragmentLength
The length, in seconds, of mp4 fragments to generate.The fragment length must be compatible with GOP size and frame rate.
- See Also:
-
getInputLossAction
A parameter that controls output group behavior on an input loss.- See Also:
-
getNumRetries
The number of retry attempts.- See Also:
-
getRestartDelay
The number of seconds before initiating a restart due to output failure, due to exhausting the numRetries on one segment, or exceeding filecacheDuration.- See Also:
-
getSegmentationMode
useInputSegmentation has been deprecated.The configured segment size is always used.
- See Also:
-
getSendDelayMs
The number of milliseconds to delay the output from the second pipeline.- See Also:
-
getSparseTrackType
If set to scte35, uses incoming SCTE-35 messages to generate a sparse track in this group of Microsoft Smooth outputs.- See Also:
-
getStreamManifestBehavior
When set to send, sends a stream manifest so that the publishing point doesn't start until all streams start.- See Also:
-
getTimestampOffset
The timestamp offset for the channel.Used only if timestampOffsetMode is set to useConfiguredOffset.
- See Also:
-
getTimestampOffsetMode
The type of timestamp date offset to use.- useEventStartDate: Use the date the channel was started as the offset - useConfiguredOffset: Use an explicitly configured date as the offset.
- See Also:
-
builder
-