Class InputAttachment.Jsii$Proxy
- All Implemented Interfaces:
InputAttachment,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
InputAttachment
InputAttachment-
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.InputAttachment
InputAttachment.Builder, InputAttachment.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(InputAttachment.Builder builder) Constructor that initializes the object based on literal property values passed by theInputAttachment.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<AudioSelector> (experimental) Audio selectors to extract specific audio tracks from the input.final AutomaticInputFailover(experimental) Automatic input failover to a secondary input.final List<CaptionSelector> (experimental) Caption selectors to extract specific caption tracks from the input.final Boolean(experimental) Whether to enable the deblock filter.final Boolean(experimental) Whether to enable the denoise filter.final Number(experimental) The filter strength (1-5).final IInputgetInput()(experimental) The input to attach.final String(experimental) A name for this input attachment, used to reference it in schedule actions.final InputFilter(experimental) The input filter mode.(experimental) The logical interface names (MediaLive Anywhere) this input is wired to.final NetworkInputSettings(experimental) Network input settings (for URL pull inputs — HLS buffer, server validation).final Number(experimental) The SCTE-35 PID override for this input.final Smpte2038DataPreference(experimental) SMPTE-2038 ancillary data preference.final SourceEndBehavior(experimental) The source end behavior for file-based inputs.final VideoSelectorSettings(experimental) Video selector settings for the input (color space, PID selection).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 theInputAttachment.Builder.
-
-
Method Details
-
getInput
Description copied from interface:InputAttachment(experimental) The input to attach.[disable-awslint:prefer-ref-interface]
- Specified by:
getInputin interfaceInputAttachment
-
getAudioSelectors
Description copied from interface:InputAttachment(experimental) Audio selectors to extract specific audio tracks from the input.Default: - no audio selectors (uses default audio)
- Specified by:
getAudioSelectorsin interfaceInputAttachment
-
getAutomaticInputFailover
Description copied from interface:InputAttachment(experimental) Automatic input failover to a secondary input.When the active input meets any of the failover conditions, MediaLive switches to the secondary input without restarting the channel. This is input-source redundancy, distinct from the pipeline redundancy of
ChannelClass.STANDARD.Default: - no automatic input failover
- Specified by:
getAutomaticInputFailoverin interfaceInputAttachment
-
getCaptionSelectors
Description copied from interface:InputAttachment(experimental) Caption selectors to extract specific caption tracks from the input.Default: - no caption selectors
- Specified by:
getCaptionSelectorsin interfaceInputAttachment
-
getDeblockFilter
Description copied from interface:InputAttachment(experimental) Whether to enable the deblock filter.Default: false
- Specified by:
getDeblockFilterin interfaceInputAttachment
-
getDenoiseFilter
Description copied from interface:InputAttachment(experimental) Whether to enable the denoise filter.Default: false
- Specified by:
getDenoiseFilterin interfaceInputAttachment
-
getFilterStrength
Description copied from interface:InputAttachment(experimental) The filter strength (1-5).1 is minimal, 5 is strongest.
Default: 1
- Specified by:
getFilterStrengthin interfaceInputAttachment
-
getInputAttachmentName
Description copied from interface:InputAttachment(experimental) A name for this input attachment, used to reference it in schedule actions.Default: - auto-generated
- Specified by:
getInputAttachmentNamein interfaceInputAttachment
-
getInputFilter
Description copied from interface:InputAttachment(experimental) The input filter mode.Default: InputFilter.AUTO
- Specified by:
getInputFilterin interfaceInputAttachment
-
getLogicalInterfaceNames
Description copied from interface:InputAttachment(experimental) The logical interface names (MediaLive Anywhere) this input is wired to.Each name maps the input to a network interface on the channel's nodes.
Default: - no logical interface names
- Specified by:
getLogicalInterfaceNamesin interfaceInputAttachment
-
getNetworkInputSettings
Description copied from interface:InputAttachment(experimental) Network input settings (for URL pull inputs — HLS buffer, server validation).Default: - no network input settings
- Specified by:
getNetworkInputSettingsin interfaceInputAttachment
-
getScte35Pid
Description copied from interface:InputAttachment(experimental) The SCTE-35 PID override for this input.Default: - auto-detect
- Specified by:
getScte35Pidin interfaceInputAttachment
-
getSmpte2038DataPreference
Description copied from interface:InputAttachment(experimental) SMPTE-2038 ancillary data preference.Default: Smpte2038DataPreference.IGNORE
- Specified by:
getSmpte2038DataPreferencein interfaceInputAttachment
-
getSourceEndBehavior
Description copied from interface:InputAttachment(experimental) The source end behavior for file-based inputs.Default: SourceEndBehavior.LOOP for MP4 and TS file inputs, SourceEndBehavior.CONTINUE for all others
- Specified by:
getSourceEndBehaviorin interfaceInputAttachment
-
getVideoSelector
Description copied from interface:InputAttachment(experimental) Video selector settings for the input (color space, PID selection).Default: - no video selector (use default video)
- Specified by:
getVideoSelectorin interfaceInputAttachment
-
$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()
-