@Generated(value="software.amazon.awssdk:codegen") public class InputSettings extends Object implements StructuredPojo, 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.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
NetworkInputSettings |
networkInputSettings()
Input settings.
|
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.
|
copypublic 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().
InputDeblockFilterpublic 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 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 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 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().
InputFilterpublic 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 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().
InputSourceEndBehaviorpublic 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 VideoSelector videoSelector()
public InputSettings.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<InputSettings.Builder,InputSettings>public static InputSettings.Builder builder()
public static Class<? extends InputSettings.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.