@Generated(value="software.amazon.awssdk:codegen") public final class Input extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Input.Builder,Input>
Modifier and Type | Class and Description |
---|---|
static interface |
Input.Builder |
Modifier and Type | Method and Description |
---|---|
Map<String,AudioSelectorGroup> |
audioSelectorGroups()
Specifies set of audio selectors within an input to combine.
|
Map<String,AudioSelector> |
audioSelectors()
Use Audio selectors (AudioSelectors) to specify a track or set of tracks from the input that you will use in your
outputs.
|
static Input.Builder |
builder() |
Map<String,CaptionSelector> |
captionSelectors()
Use Captions selectors (CaptionSelectors) to specify the captions data from the input that you will use in your
outputs.
|
InputDeblockFilter |
deblockFilter()
Returns the value of the DeblockFilter property for this object.
|
String |
deblockFilterAsString()
Returns the value of the DeblockFilter property for this object.
|
InputDecryptionSettings |
decryptionSettings()
If the input file is encrypted, decryption settings to decrypt the media file
|
InputDenoiseFilter |
denoiseFilter()
Returns the value of the DenoiseFilter property for this object.
|
String |
denoiseFilterAsString()
Returns the value of the DenoiseFilter property for this object.
|
boolean |
equals(Object obj) |
String |
fileInput()
Use Input (fileInput) to define the source file used in the transcode job.
|
InputFilterEnable |
filterEnable()
Returns the value of the FilterEnable property for this object.
|
String |
filterEnableAsString()
Returns the value of the FilterEnable property for this object.
|
Integer |
filterStrength()
Use Filter strength (FilterStrength) to adjust the magnitude the input filter settings (Deblock and Denoise).
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ImageInserter |
imageInserter()
Enable the Image inserter (ImageInserter) feature to include a graphic overlay on your video.
|
List<InputClipping> |
inputClippings()
(InputClippings) contains sets of start and end times that together specify a portion of the input to be used in
the outputs.
|
Integer |
programNumber()
Use Program (programNumber) to select a specific program from within a multi-program transport stream.
|
InputPsiControl |
psiControl()
Returns the value of the PsiControl property for this object.
|
String |
psiControlAsString()
Returns the value of the PsiControl property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Input.Builder> |
serializableBuilderClass() |
InputTimecodeSource |
timecodeSource()
Returns the value of the TimecodeSource property for this object.
|
String |
timecodeSourceAsString()
Returns the value of the TimecodeSource property for this object.
|
Input.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
VideoSelector |
videoSelector()
Returns the value of the VideoSelector property for this object.
|
copy
public Map<String,AudioSelectorGroup> audioSelectorGroups()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Map<String,AudioSelector> audioSelectors()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Map<String,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 InputDecryptionSettings decryptionSettings()
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 String fileInput()
public InputFilterEnable filterEnable()
If the service returns an enum value that is not available in the current SDK version, filterEnable
will
return InputFilterEnable.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
filterEnableAsString()
.
InputFilterEnable
public String filterEnableAsString()
If the service returns an enum value that is not available in the current SDK version, filterEnable
will
return InputFilterEnable.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
filterEnableAsString()
.
InputFilterEnable
public Integer filterStrength()
public ImageInserter imageInserter()
public List<InputClipping> inputClippings()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Integer programNumber()
public InputPsiControl psiControl()
If the service returns an enum value that is not available in the current SDK version, psiControl
will
return InputPsiControl.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
psiControlAsString()
.
InputPsiControl
public String psiControlAsString()
If the service returns an enum value that is not available in the current SDK version, psiControl
will
return InputPsiControl.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
psiControlAsString()
.
InputPsiControl
public InputTimecodeSource timecodeSource()
If the service returns an enum value that is not available in the current SDK version, timecodeSource
will return InputTimecodeSource.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from timecodeSourceAsString()
.
InputTimecodeSource
public String timecodeSourceAsString()
If the service returns an enum value that is not available in the current SDK version, timecodeSource
will return InputTimecodeSource.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from timecodeSourceAsString()
.
InputTimecodeSource
public VideoSelector videoSelector()
public Input.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Input.Builder,Input>
public static Input.Builder builder()
public static Class<? extends Input.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.