Class CmafSegmentProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediapackagev2.alpha.CmafSegmentProps.Jsii$Proxy
All Implemented Interfaces:
CmafSegmentProps, SegmentPropsBase, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CmafSegmentProps

@Stability(Experimental) @Internal public static final class CmafSegmentProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CmafSegmentProps
An implementation for CmafSegmentProps
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(CmafSegmentProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CmafSegmentProps.Builder.
  • Method Details

    • getEncryption

      public final CmafEncryption getEncryption()
      Description copied from interface: CmafSegmentProps
      (experimental) Encryption configuration for the CMAF segment.

      Use CmafEncryption.speke() to create the configuration.

      Default: - No encryption

      Specified by:
      getEncryption in interface CmafSegmentProps
    • getScteFilter

      public final List<ScteMessageType> getScteFilter()
      Description copied from interface: CmafSegmentProps
      (experimental) SCTE-35 message types to treat as ad markers.

      Default: - no filtering

      Specified by:
      getScteFilter in interface CmafSegmentProps
    • getScteInSegments

      public final ScteInSegments getScteInSegments()
      Description copied from interface: CmafSegmentProps
      (experimental) Controls whether SCTE-35 messages are included in segment files.

      Default: - SCTE-35 messages are not included in segments

      Specified by:
      getScteInSegments in interface CmafSegmentProps
    • getDuration

      public final Duration getDuration()
      Description copied from interface: SegmentPropsBase
      (experimental) Duration of each segment.

      Default: Duration.seconds(6)

      Specified by:
      getDuration in interface SegmentPropsBase
    • getIncludeIframeOnlyStreams

      public final Boolean getIncludeIframeOnlyStreams()
      Description copied from interface: SegmentPropsBase
      (experimental) Whether to include I-frame-only streams.

      Default: false

      Specified by:
      getIncludeIframeOnlyStreams in interface SegmentPropsBase
    • getName

      public final String getName()
      Description copied from interface: SegmentPropsBase
      (experimental) Name of the segment.

      Default: 'segment'

      Specified by:
      getName in interface SegmentPropsBase
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object