Interface CfnChannel.CmafIngestGroupSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.CmafIngestGroupSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnChannel
@Stability(Stable)
public static interface CfnChannel.CmafIngestGroupSettingsProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
CmafIngestGroupSettingsProperty cmafIngestGroupSettingsProperty = CmafIngestGroupSettingsProperty.builder()
.destination(OutputLocationRefProperty.builder()
.destinationRefId("destinationRefId")
.build())
.id3Behavior("id3Behavior")
.id3NameModifier("id3NameModifier")
.klvBehavior("klvBehavior")
.klvNameModifier("klvNameModifier")
.nielsenId3Behavior("nielsenId3Behavior")
.nielsenId3NameModifier("nielsenId3NameModifier")
.scte35NameModifier("scte35NameModifier")
.scte35Type("scte35Type")
.segmentLength(123)
.segmentLengthUnits("segmentLengthUnits")
.sendDelayMs(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnChannel.CmafIngestGroupSettingsPropertystatic final classAn implementation forCfnChannel.CmafIngestGroupSettingsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDestination
- See Also:
-
getId3Behavior
- See Also:
-
getId3NameModifier
- See Also:
-
getKlvBehavior
- See Also:
-
getKlvNameModifier
- See Also:
-
getNielsenId3Behavior
- See Also:
-
getNielsenId3NameModifier
- See Also:
-
getScte35NameModifier
- See Also:
-
getScte35Type
- See Also:
-
getSegmentLength
- See Also:
-
getSegmentLengthUnits
- See Also:
-
getSendDelayMs
- See Also:
-
builder
-