@Stability(value=Stable) @Internal public static final class CfnChannel.AudioOnlyHlsSettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnChannel.AudioOnlyHlsSettingsProperty
CfnChannel.AudioOnlyHlsSettingsPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnChannel.AudioOnlyHlsSettingsProperty.Builder, CfnChannel.AudioOnlyHlsSettingsProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnChannel.AudioOnlyHlsSettingsProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnChannel.AacSettingsProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAudioGroupId()
Specifies the group that the audio rendition belongs to.
|
Object |
getAudioOnlyImage()
Used with an audio-only stream.
|
String |
getAudioTrackType()
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.
|
String |
getSegmentType()
Specifies the segment type.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnChannel.AudioOnlyHlsSettingsProperty.Builder builder)
CfnChannel.AacSettingsProperty.Builder.public final String getAudioGroupId()
CfnChannel.AudioOnlyHlsSettingsPropertygetAudioGroupId in interface CfnChannel.AudioOnlyHlsSettingsPropertypublic final Object getAudioOnlyImage()
CfnChannel.AudioOnlyHlsSettingsPropertyIt 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.}.
getAudioOnlyImage in interface CfnChannel.AudioOnlyHlsSettingsPropertypublic final String getAudioTrackType()
CfnChannel.AudioOnlyHlsSettingsPropertyRepresented 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.
getAudioTrackType in interface CfnChannel.AudioOnlyHlsSettingsPropertypublic final String getSegmentType()
CfnChannel.AudioOnlyHlsSettingsPropertygetSegmentType in interface CfnChannel.AudioOnlyHlsSettingsProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.