Class AudioOnlyHlsSettingsProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.AudioOnlyHlsSettingsProps.Jsii$Proxy
- All Implemented Interfaces:
AudioOnlyHlsSettingsProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AudioOnlyHlsSettingsProps
@Stability(Experimental)
@Internal
public static final class AudioOnlyHlsSettingsProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AudioOnlyHlsSettingsProps
An implementation for
AudioOnlyHlsSettingsProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.alpha.AudioOnlyHlsSettingsProps
AudioOnlyHlsSettingsProps.Builder, AudioOnlyHlsSettingsProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theAudioOnlyHlsSettingsProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal String(experimental) The group that this audio rendition belongs to.final FileLocation(experimental) A .jpg or .png cover-art image embedded in each audio-only segment.final HlsAudioTrackType(experimental) How the audio rendition is signaled in the HLS manifest.final HlsAudioOnlySegmentType(experimental) The segment container type.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theAudioOnlyHlsSettingsProps.Builder.
-
-
Method Details
-
getAudioGroupId
Description copied from interface:AudioOnlyHlsSettingsProps(experimental) The group that this audio rendition belongs to.Default: - service default
- Specified by:
getAudioGroupIdin interfaceAudioOnlyHlsSettingsProps
-
getAudioOnlyImage
Description copied from interface:AudioOnlyHlsSettingsProps(experimental) A .jpg or .png cover-art image embedded in each audio-only segment. Provide aFileLocationreferencing an S3 bucket (FileLocation.fromBucket, which auto-grants read access) or a URL (FileLocation.url).Default: - no cover art
- Specified by:
getAudioOnlyImagein interfaceAudioOnlyHlsSettingsProps
-
getAudioTrackType
Description copied from interface:AudioOnlyHlsSettingsProps(experimental) How the audio rendition is signaled in the HLS manifest.Default: - service default
- Specified by:
getAudioTrackTypein interfaceAudioOnlyHlsSettingsProps
-
getSegmentType
Description copied from interface:AudioOnlyHlsSettingsProps(experimental) The segment container type.Default: - service default
- Specified by:
getSegmentTypein interfaceAudioOnlyHlsSettingsProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-