@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()
Enable Deblock (InputDeblockFilter) to produce smoother motion in the output.
|
String |
deblockFilterAsString()
Enable Deblock (InputDeblockFilter) to produce smoother motion in the output.
|
InputDecryptionSettings |
decryptionSettings()
Settings for decrypting any input files that you encrypt before you upload them to Amazon S3.
|
InputDenoiseFilter |
denoiseFilter()
Enable Denoise (InputDenoiseFilter) to filter noise from the input.
|
String |
denoiseFilterAsString()
Enable Denoise (InputDenoiseFilter) to filter noise from the input.
|
boolean |
equals(Object obj) |
String |
fileInput()
Specify the source file for your transcoding job.
|
InputFilterEnable |
filterEnable()
Use Filter enable (InputFilterEnable) to specify how the transcoding service applies the denoise and deblock
filters.
|
String |
filterEnableAsString()
Use Filter enable (InputFilterEnable) to specify how the transcoding service applies the denoise and deblock
filters.
|
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 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()
Set PSI control (InputPsiControl) for transport stream inputs to specify which data the demux process to scans.
|
String |
psiControlAsString()
Set PSI control (InputPsiControl) for transport stream inputs to specify which data the demux process to scans.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Input.Builder> |
serializableBuilderClass() |
List<String> |
supplementalImps()
Provide a list of any necessary supplemental IMPs.
|
InputTimecodeSource |
timecodeSource()
Timecode source under input settings (InputTimecodeSource) only affects the behavior of features that apply to a
single input at a time, such as input clipping and synchronizing some captions formats.
|
String |
timecodeSourceAsString()
Timecode source under input settings (InputTimecodeSource) only affects the behavior of features that apply to a
single input at a time, such as input clipping and synchronizing some captions formats.
|
Input.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
VideoSelector |
videoSelector()
Selector for video.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
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 List<String> supplementalImps()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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()
toBuilder
in interface ToCopyableBuilder<Input.Builder,Input>
public static Input.Builder builder()
public static Class<? extends Input.Builder> serializableBuilderClass()
public String toString()
Copyright © 2019. All rights reserved.