@Generated(value="software.amazon.awssdk:codegen") public final class InputSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InputSettings.Builder,InputSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
InputSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<AudioSelector> |
audioSelectors()
Used to select the audio stream to decode for inputs that have multiple available.
|
static InputSettings.Builder |
builder() |
List<CaptionSelector> |
captionSelectors()
Used to select the caption input to use for inputs that have multiple available.
|
InputDeblockFilter |
deblockFilter()
Enable or disable the deblock filter when filtering.
|
String |
deblockFilterAsString()
Enable or disable the deblock filter when filtering.
|
InputDenoiseFilter |
denoiseFilter()
Enable or disable the denoise filter when filtering.
|
String |
denoiseFilterAsString()
Enable or disable the denoise filter when filtering.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
filterStrength()
Adjusts the magnitude of filtering from 1 (minimal) to 5 (strongest).
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAudioSelectors()
For responses, this returns true if the service returned a value for the AudioSelectors property.
|
boolean |
hasCaptionSelectors()
For responses, this returns true if the service returned a value for the CaptionSelectors property.
|
int |
hashCode() |
InputFilter |
inputFilter()
Turns on the filter for this input.
|
String |
inputFilterAsString()
Turns on the filter for this input.
|
NetworkInputSettings |
networkInputSettings()
Input settings.
|
Integer |
scte35Pid()
PID from which to read SCTE-35 messages.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InputSettings.Builder> |
serializableBuilderClass() |
Smpte2038DataPreference |
smpte2038DataPreference()
Specifies whether to extract applicable ancillary data from a SMPTE-2038 source in this input.
|
String |
smpte2038DataPreferenceAsString()
Specifies whether to extract applicable ancillary data from a SMPTE-2038 source in this input.
|
InputSourceEndBehavior |
sourceEndBehavior()
Loop input if it is a file.
|
String |
sourceEndBehaviorAsString()
Loop input if it is a file.
|
InputSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
VideoSelector |
videoSelector()
Informs which video elementary stream to decode for input types that have multiple available.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasAudioSelectors()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<AudioSelector> audioSelectors()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAudioSelectors() method.
public final boolean hasCaptionSelectors()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<CaptionSelector> captionSelectors()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasCaptionSelectors() method.
public final InputDeblockFilter deblockFilter()
If the service returns an enum value that is not available in the current SDK version, deblockFilter
will return InputDeblockFilter.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from deblockFilterAsString().
InputDeblockFilterpublic final String deblockFilterAsString()
If the service returns an enum value that is not available in the current SDK version, deblockFilter
will return InputDeblockFilter.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from deblockFilterAsString().
InputDeblockFilterpublic final InputDenoiseFilter denoiseFilter()
If the service returns an enum value that is not available in the current SDK version, denoiseFilter
will return InputDenoiseFilter.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from denoiseFilterAsString().
InputDenoiseFilterpublic final String denoiseFilterAsString()
If the service returns an enum value that is not available in the current SDK version, denoiseFilter
will return InputDenoiseFilter.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from denoiseFilterAsString().
InputDenoiseFilterpublic final Integer filterStrength()
public final InputFilter inputFilter()
If the service returns an enum value that is not available in the current SDK version, inputFilter will
return InputFilter.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
inputFilterAsString().
InputFilterpublic final String inputFilterAsString()
If the service returns an enum value that is not available in the current SDK version, inputFilter will
return InputFilter.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
inputFilterAsString().
InputFilterpublic final NetworkInputSettings networkInputSettings()
public final Integer scte35Pid()
public final Smpte2038DataPreference smpte2038DataPreference()
If the service returns an enum value that is not available in the current SDK version,
smpte2038DataPreference will return Smpte2038DataPreference.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from smpte2038DataPreferenceAsString().
Smpte2038DataPreferencepublic final String smpte2038DataPreferenceAsString()
If the service returns an enum value that is not available in the current SDK version,
smpte2038DataPreference will return Smpte2038DataPreference.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from smpte2038DataPreferenceAsString().
Smpte2038DataPreferencepublic final InputSourceEndBehavior sourceEndBehavior()
If the service returns an enum value that is not available in the current SDK version, sourceEndBehavior
will return InputSourceEndBehavior.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from sourceEndBehaviorAsString().
InputSourceEndBehaviorpublic final String sourceEndBehaviorAsString()
If the service returns an enum value that is not available in the current SDK version, sourceEndBehavior
will return InputSourceEndBehavior.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from sourceEndBehaviorAsString().
InputSourceEndBehaviorpublic final VideoSelector videoSelector()
public InputSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InputSettings.Builder,InputSettings>public static InputSettings.Builder builder()
public static Class<? extends InputSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.