| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
InputSettings |
InputSettings.clone() |
InputSettings |
InputAttachment.getInputSettings()
Settings of an input (caption selector, etc.)
|
InputSettings |
InputSettings.withAudioSelectors(AudioSelector... audioSelectors)
Used to select the audio stream to decode for inputs that have multiple available.
|
InputSettings |
InputSettings.withAudioSelectors(Collection<AudioSelector> audioSelectors)
Used to select the audio stream to decode for inputs that have multiple available.
|
InputSettings |
InputSettings.withCaptionSelectors(CaptionSelector... captionSelectors)
Used to select the caption input to use for inputs that have multiple available.
|
InputSettings |
InputSettings.withCaptionSelectors(Collection<CaptionSelector> captionSelectors)
Used to select the caption input to use for inputs that have multiple available.
|
InputSettings |
InputSettings.withDeblockFilter(InputDeblockFilter deblockFilter)
Enable or disable the deblock filter when filtering.
|
InputSettings |
InputSettings.withDeblockFilter(String deblockFilter)
Enable or disable the deblock filter when filtering.
|
InputSettings |
InputSettings.withDenoiseFilter(InputDenoiseFilter denoiseFilter)
Enable or disable the denoise filter when filtering.
|
InputSettings |
InputSettings.withDenoiseFilter(String denoiseFilter)
Enable or disable the denoise filter when filtering.
|
InputSettings |
InputSettings.withFilterStrength(Integer filterStrength)
Adjusts the magnitude of filtering from 1 (minimal) to 5 (strongest).
|
InputSettings |
InputSettings.withInputFilter(InputFilter inputFilter)
Turns on the filter for this input.
|
InputSettings |
InputSettings.withInputFilter(String inputFilter)
Turns on the filter for this input.
|
InputSettings |
InputSettings.withNetworkInputSettings(NetworkInputSettings networkInputSettings)
Input settings.
|
InputSettings |
InputSettings.withScte35Pid(Integer scte35Pid)
PID from which to read SCTE-35 messages.
|
InputSettings |
InputSettings.withSmpte2038DataPreference(Smpte2038DataPreference smpte2038DataPreference)
Specifies whether to extract applicable ancillary data from a SMPTE-2038 source in this input.
|
InputSettings |
InputSettings.withSmpte2038DataPreference(String smpte2038DataPreference)
Specifies whether to extract applicable ancillary data from a SMPTE-2038 source in this input.
|
InputSettings |
InputSettings.withSourceEndBehavior(InputSourceEndBehavior sourceEndBehavior)
Loop input if it is a file.
|
InputSettings |
InputSettings.withSourceEndBehavior(String sourceEndBehavior)
Loop input if it is a file.
|
InputSettings |
InputSettings.withVideoSelector(VideoSelector videoSelector)
Informs which video elementary stream to decode for input types that have multiple available.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InputAttachment.setInputSettings(InputSettings inputSettings)
Settings of an input (caption selector, etc.)
|
InputAttachment |
InputAttachment.withInputSettings(InputSettings inputSettings)
Settings of an input (caption selector, etc.)
|
Copyright © 2022. All rights reserved.