Class CfnChannel.AudioOnlyHlsSettingsProperty.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnChannel.AudioOnlyHlsSettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnChannel.AudioOnlyHlsSettingsProperty
  • Constructor Details

  • Method Details

    • getAudioGroupId

      public final String getAudioGroupId()
      Description copied from interface: CfnChannel.AudioOnlyHlsSettingsProperty
      Specifies the group that the audio rendition belongs to.
      Specified by:
      getAudioGroupId in interface CfnChannel.AudioOnlyHlsSettingsProperty
    • getAudioOnlyImage

      public final Object getAudioOnlyImage()
      Description copied from interface: CfnChannel.AudioOnlyHlsSettingsProperty
      Used with an audio-only stream.

      It must be a .jpg or .png file. If given, this image is used as the cover art for the audio-only output. Ideally, it should be formatted for an iPhone screen for two reasons. The iPhone does not resize the image; instead, it crops a centered image on the top/bottom and left/right. Additionally, this image file gets saved bit-for-bit into every 10-second segment file, so it increases bandwidth by {image file size} * {segment count} * {user count.}.

      Specified by:
      getAudioOnlyImage in interface CfnChannel.AudioOnlyHlsSettingsProperty
    • getAudioTrackType

      public final String getAudioTrackType()
      Description copied from interface: CfnChannel.AudioOnlyHlsSettingsProperty
      Four types of audio-only tracks are supported: Audio-Only Variant Stream The client can play back this audio-only stream instead of video in low-bandwidth scenarios.

      Represented as an EXT-X-STREAM-INF in the HLS manifest. Alternate Audio, Auto Select, Default Alternate rendition that the client should try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=YES, AUTOSELECT=YES Alternate Audio, Auto Select, Not Default Alternate rendition that the client might try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=YES Alternate Audio, not Auto Select Alternate rendition that the client will not try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=NO.

      Specified by:
      getAudioTrackType in interface CfnChannel.AudioOnlyHlsSettingsProperty
    • getSegmentType

      public final String getSegmentType()
      Description copied from interface: CfnChannel.AudioOnlyHlsSettingsProperty
      Specifies the segment type.
      Specified by:
      getSegmentType in interface CfnChannel.AudioOnlyHlsSettingsProperty
    • $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