@Stability(value=Stable)
public static interface CfnChannel.MsSmoothGroupSettingsProperty
extends software.amazon.jsii.JsiiSerializable
// 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()
`CfnChannel.MsSmoothGroupSettingsProperty.AcquisitionPointId`.
|
default String |
getAudioOnlyTimecodeControl()
`CfnChannel.MsSmoothGroupSettingsProperty.AudioOnlyTimecodeControl`.
|
default String |
getCertificateMode()
`CfnChannel.MsSmoothGroupSettingsProperty.CertificateMode`.
|
default Number |
getConnectionRetryInterval()
`CfnChannel.MsSmoothGroupSettingsProperty.ConnectionRetryInterval`.
|
default Object |
getDestination()
`CfnChannel.MsSmoothGroupSettingsProperty.Destination`.
|
default String |
getEventId()
`CfnChannel.MsSmoothGroupSettingsProperty.EventId`.
|
default String |
getEventIdMode()
`CfnChannel.MsSmoothGroupSettingsProperty.EventIdMode`.
|
default String |
getEventStopBehavior()
`CfnChannel.MsSmoothGroupSettingsProperty.EventStopBehavior`.
|
default Number |
getFilecacheDuration()
`CfnChannel.MsSmoothGroupSettingsProperty.FilecacheDuration`.
|
default Number |
getFragmentLength()
`CfnChannel.MsSmoothGroupSettingsProperty.FragmentLength`.
|
default String |
getInputLossAction()
`CfnChannel.MsSmoothGroupSettingsProperty.InputLossAction`.
|
default Number |
getNumRetries()
`CfnChannel.MsSmoothGroupSettingsProperty.NumRetries`.
|
default Number |
getRestartDelay()
`CfnChannel.MsSmoothGroupSettingsProperty.RestartDelay`.
|
default String |
getSegmentationMode()
`CfnChannel.MsSmoothGroupSettingsProperty.SegmentationMode`.
|
default Number |
getSendDelayMs()
`CfnChannel.MsSmoothGroupSettingsProperty.SendDelayMs`.
|
default String |
getSparseTrackType()
`CfnChannel.MsSmoothGroupSettingsProperty.SparseTrackType`.
|
default String |
getStreamManifestBehavior()
`CfnChannel.MsSmoothGroupSettingsProperty.StreamManifestBehavior`.
|
default String |
getTimestampOffset()
`CfnChannel.MsSmoothGroupSettingsProperty.TimestampOffset`.
|
default String |
getTimestampOffsetMode()
`CfnChannel.MsSmoothGroupSettingsProperty.TimestampOffsetMode`.
|
@Stability(value=Stable) @Nullable default String getAcquisitionPointId()
@Stability(value=Stable) @Nullable default String getAudioOnlyTimecodeControl()
@Stability(value=Stable) @Nullable default String getCertificateMode()
@Stability(value=Stable) @Nullable default Number getConnectionRetryInterval()
@Stability(value=Stable) @Nullable default Object getDestination()
@Stability(value=Stable) @Nullable default String getEventId()
@Stability(value=Stable) @Nullable default String getEventIdMode()
@Stability(value=Stable) @Nullable default String getEventStopBehavior()
@Stability(value=Stable) @Nullable default Number getFilecacheDuration()
@Stability(value=Stable) @Nullable default Number getFragmentLength()
@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()
@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()
@Stability(value=Stable) @Nullable default String getTimestampOffsetMode()
@Stability(value=Stable) static CfnChannel.MsSmoothGroupSettingsProperty.Builder builder()
Copyright © 2021. All rights reserved.