Class AudioEncodeProps.Jsii$Proxy
- All Implemented Interfaces:
AudioEncodeProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AudioEncodeProps
AudioEncodeProps-
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.AudioEncodeProps
AudioEncodeProps.Builder, AudioEncodeProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(AudioEncodeProps.Builder builder) Constructor that initializes the object based on literal property values passed by theAudioEncodeProps.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 List<AudioDashRole> (experimental) The DASH roles to assign to this audio output.(experimental) Audio normalization settings for loudness correction.final String(experimental) The name of the audio selector in the input to use as the source.final AudioType(experimental) The audio type when audioTypeControl is USE_CONFIGURED.final AudioTypeControl(experimental) How the audio type is signaled in the output.final AudioWatermarkSettings(experimental) Audio watermarking settings (e.g.final AudioCodecSettingsgetCodec()(experimental) The codec for the audio encode.final DvbDashAccessibility(experimental) DVB DASH accessibility signaling for this audio output.final String(experimental) The ISO 639-2 language code for the audio output track (e.g.final AudioLanguageCodeControl(experimental) How the audio language code is signaled in the output.final StringgetName()(experimental) A unique name for this audio encode.final RemixSettings(experimental) Audio remix settings for channel remapping.final String(experimental) The display name for the audio track (e.g.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 theAudioEncodeProps.Builder.
-
-
Method Details
-
getCodec
Description copied from interface:AudioEncodeProps(experimental) The codec for the audio encode.Choose the codec explicitly (e.g.
AudioCodecSettings.aac(...))- Specified by:
getCodecin interfaceAudioEncodeProps
-
getName
Description copied from interface:AudioEncodeProps(experimental) A unique name for this audio encode.- Specified by:
getNamein interfaceAudioEncodeProps
-
getAudioDashRoles
Description copied from interface:AudioEncodeProps(experimental) The DASH roles to assign to this audio output.Applies only when the output is configured for DVB DASH accessibility signaling.
Default: - no DASH roles
- Specified by:
getAudioDashRolesin interfaceAudioEncodeProps
-
getAudioNormalization
Description copied from interface:AudioEncodeProps(experimental) Audio normalization settings for loudness correction.Default: - no normalization
- Specified by:
getAudioNormalizationin interfaceAudioEncodeProps
-
getAudioSelectorName
Description copied from interface:AudioEncodeProps(experimental) The name of the audio selector in the input to use as the source.Must match the
nameof anAudioSelectoron the input attachment. When omitted, MediaLive uses the input's default audio.Default: - the input's default audio
- Specified by:
getAudioSelectorNamein interfaceAudioEncodeProps
-
getAudioType
Description copied from interface:AudioEncodeProps(experimental) The audio type when audioTypeControl is USE_CONFIGURED.The values are defined in ISO-IEC 13818-1.
Default: - follow input
- Specified by:
getAudioTypein interfaceAudioEncodeProps
-
getAudioTypeControl
Description copied from interface:AudioEncodeProps(experimental) How the audio type is signaled in the output.Default: - USE_CONFIGURED when `audioType` is set, otherwise FOLLOW_INPUT
- Specified by:
getAudioTypeControlin interfaceAudioEncodeProps
-
getAudioWatermarkSettings
Description copied from interface:AudioEncodeProps(experimental) Audio watermarking settings (e.g. Nielsen watermarks).Default: - no watermarking
- Specified by:
getAudioWatermarkSettingsin interfaceAudioEncodeProps
-
getDvbDashAccessibility
Description copied from interface:AudioEncodeProps(experimental) DVB DASH accessibility signaling for this audio output.Default: - no DVB DASH accessibility signaling
- Specified by:
getDvbDashAccessibilityin interfaceAudioEncodeProps
-
getLanguageCode
Description copied from interface:AudioEncodeProps(experimental) The ISO 639-2 language code for the audio output track (e.g. 'eng', 'spa').Default: - follow input
- Specified by:
getLanguageCodein interfaceAudioEncodeProps
-
getLanguageCodeControl
Description copied from interface:AudioEncodeProps(experimental) How the audio language code is signaled in the output.When
FOLLOW_INPUT, a configuredlanguageCodeis used only as a fallback when the input has none.Default: - USE_CONFIGURED when `languageCode` is set, otherwise FOLLOW_INPUT
- Specified by:
getLanguageCodeControlin interfaceAudioEncodeProps
-
getRemixSettings
Description copied from interface:AudioEncodeProps(experimental) Audio remix settings for channel remapping.Default: - no remixing
- Specified by:
getRemixSettingsin interfaceAudioEncodeProps
-
getStreamName
Description copied from interface:AudioEncodeProps(experimental) The display name for the audio track (e.g. 'English', 'Director Commentary'). Used for HLS and MS Smooth outputs.Default: - no stream name
- Specified by:
getStreamNamein interfaceAudioEncodeProps
-
$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()
-