Class CfnChannel.Fmp4HlsSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.Fmp4HlsSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.Fmp4HlsSettingsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.Fmp4HlsSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.Fmp4HlsSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.Fmp4HlsSettingsProperty
An implementation for
CfnChannel.Fmp4HlsSettingsProperty
-
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.CfnChannel.Fmp4HlsSettingsProperty
CfnChannel.Fmp4HlsSettingsProperty.Builder, CfnChannel.Fmp4HlsSettingsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.Fmp4HlsSettingsProperty.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 TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
List all the audio groups that are used with the video output stream.final String
If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.final String
When set to passthrough, timed metadata is passed through from input to output.final int
hashCode()
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 theCfnChannel.Fmp4HlsSettingsProperty.Builder
.
-
-
Method Details
-
getAudioRenditionSets
Description copied from interface:CfnChannel.Fmp4HlsSettingsProperty
List all the audio groups that are used with the video output stream.Input all the audio GROUP-IDs that are associated to the video, separate by ','.
- Specified by:
getAudioRenditionSets
in interfaceCfnChannel.Fmp4HlsSettingsProperty
- See Also:
-
getNielsenId3Behavior
Description copied from interface:CfnChannel.Fmp4HlsSettingsProperty
If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.- Specified by:
getNielsenId3Behavior
in interfaceCfnChannel.Fmp4HlsSettingsProperty
- See Also:
-
getTimedMetadataBehavior
Description copied from interface:CfnChannel.Fmp4HlsSettingsProperty
When set to passthrough, timed metadata is passed through from input to output.- Specified by:
getTimedMetadataBehavior
in interfaceCfnChannel.Fmp4HlsSettingsProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-