@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) |
Integer |
filterStrength()
Adjusts the magnitude of filtering from 1 (minimal) to 5 (strongest).
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
InputFilter |
inputFilter()
Turns on the filter for this input.
|
String |
inputFilterAsString()
Turns on the filter for this input.
|
NetworkInputSettings |
networkInputSettings()
Input settings.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InputSettings.Builder> |
serializableBuilderClass() |
InputSourceEndBehavior |
sourceEndBehavior()
Loop input if it is a file.
|
String |
sourceEndBehaviorAsString()
Loop input if it is a file.
|
InputSettings.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
VideoSelector |
videoSelector()
Informs which video elementary stream to decode for input types that have multiple available.
|
copy
public List<AudioSelector> audioSelectors()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<CaptionSelector> captionSelectors()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public 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()
.
InputDeblockFilter
public 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()
.
InputDeblockFilter
public 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()
.
InputDenoiseFilter
public 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()
.
InputDenoiseFilter
public Integer filterStrength()
public 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()
.
InputFilter
public 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()
.
InputFilter
public NetworkInputSettings networkInputSettings()
public 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()
.
InputSourceEndBehavior
public 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()
.
InputSourceEndBehavior
public VideoSelector videoSelector()
public InputSettings.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<InputSettings.Builder,InputSettings>
public static InputSettings.Builder builder()
public static Class<? extends InputSettings.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.