Class HlsInputSettings.Jsii$Proxy

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

@Stability(Experimental) @Internal public static final class HlsInputSettings.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HlsInputSettings
An implementation for HlsInputSettings
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.alpha.HlsInputSettings

    HlsInputSettings.Builder, HlsInputSettings.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the HlsInputSettings.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Bitrate
    (experimental) The bandwidth to select from the HLS manifest.
    final Number
    (experimental) When specified, reading of the HLS input begins this many buffer segments from the end (most recently written segment).
    final Number
    (experimental) Number of consecutive read failures before the input is considered unavailable.
    final Duration
    (experimental) The interval between retry attempts.
    (experimental) The source MediaLive ingests SCTE-35 messages from — the content segments or the manifest.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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(HlsInputSettings.Builder builder)
      Constructor that initializes the object based on literal property values passed by the HlsInputSettings.Builder.
  • Method Details

    • getBandwidth

      public final Bitrate getBandwidth()
      Description copied from interface: HlsInputSettings
      (experimental) The bandwidth to select from the HLS manifest.

      MediaLive chooses the rendition whose manifest bandwidth most closely matches this value.

      Default: - highest bandwidth

      Specified by:
      getBandwidth in interface HlsInputSettings
    • getBufferSegments

      public final Number getBufferSegments()
      Description copied from interface: HlsInputSettings
      (experimental) When specified, reading of the HLS input begins this many buffer segments from the end (most recently written segment).

      Default: - the HLS input begins with the first segment specified in the m3u8

      Specified by:
      getBufferSegments in interface HlsInputSettings
    • getRetries

      public final Number getRetries()
      Description copied from interface: HlsInputSettings
      (experimental) Number of consecutive read failures before the input is considered unavailable.

      Default: - service default

      Specified by:
      getRetries in interface HlsInputSettings
    • getRetryInterval

      public final Duration getRetryInterval()
      Description copied from interface: HlsInputSettings
      (experimental) The interval between retry attempts.

      Default: - service default

      Specified by:
      getRetryInterval in interface HlsInputSettings
    • getScte35Source

      public final HlsScte35Source getScte35Source()
      Description copied from interface: HlsInputSettings
      (experimental) The source MediaLive ingests SCTE-35 messages from — the content segments or the manifest.

      Default: - service default

      Specified by:
      getScte35Source in interface HlsInputSettings
    • $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