@Generated(value="software.amazon.awssdk:codegen") public final class VideoSelector extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VideoSelector.Builder,VideoSelector>
| Modifier and Type | Class and Description |
|---|---|
static interface |
VideoSelector.Builder |
| Modifier and Type | Method and Description |
|---|---|
AlphaBehavior |
alphaBehavior()
Ignore this setting unless this input is a QuickTime animation with an alpha channel.
|
String |
alphaBehaviorAsString()
Ignore this setting unless this input is a QuickTime animation with an alpha channel.
|
static VideoSelector.Builder |
builder() |
ColorSpace |
colorSpace()
If your input video has accurate color space metadata, or if you don't know about color space: Keep the default
value, Follow.
|
String |
colorSpaceAsString()
If your input video has accurate color space metadata, or if you don't know about color space: Keep the default
value, Follow.
|
ColorSpaceUsage |
colorSpaceUsage()
There are two sources for color metadata, the input file and the job input settings Color space and HDR master
display information settings.
|
String |
colorSpaceUsageAsString()
There are two sources for color metadata, the input file and the job input settings Color space and HDR master
display information settings.
|
EmbeddedTimecodeOverride |
embeddedTimecodeOverride()
Set Embedded timecode override to Use MDPM when your AVCHD input contains timecode tag data in the Modified
Digital Video Pack Metadata.
|
String |
embeddedTimecodeOverrideAsString()
Set Embedded timecode override to Use MDPM when your AVCHD input contains timecode tag data in the Modified
Digital Video Pack Metadata.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Hdr10Metadata |
hdr10Metadata()
Use these settings to provide HDR 10 metadata that is missing or inaccurate in your input video.
|
PadVideo |
padVideo()
Use this setting if your input has video and audio durations that don't align, and your output or player has
strict alignment requirements.
|
String |
padVideoAsString()
Use this setting if your input has video and audio durations that don't align, and your output or player has
strict alignment requirements.
|
Integer |
pid()
Use PID to select specific video data from an input file.
|
Integer |
programNumber()
Selects a specific program from within a multi-program transport stream.
|
InputRotate |
rotate()
Use Rotate to specify how the service rotates your video.
|
String |
rotateAsString()
Use Rotate to specify how the service rotates your video.
|
InputSampleRange |
sampleRange()
If the sample range metadata in your input video is accurate, or if you don't know about sample range, keep the
default value, Follow, for this setting.
|
String |
sampleRangeAsString()
If the sample range metadata in your input video is accurate, or if you don't know about sample range, keep the
default value, Follow, for this setting.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends VideoSelector.Builder> |
serializableBuilderClass() |
VideoSelector.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AlphaBehavior alphaBehavior()
If the service returns an enum value that is not available in the current SDK version, alphaBehavior
will return AlphaBehavior.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
alphaBehaviorAsString().
AlphaBehaviorpublic final String alphaBehaviorAsString()
If the service returns an enum value that is not available in the current SDK version, alphaBehavior
will return AlphaBehavior.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
alphaBehaviorAsString().
AlphaBehaviorpublic final ColorSpace colorSpace()
If the service returns an enum value that is not available in the current SDK version, colorSpace will
return ColorSpace.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
colorSpaceAsString().
ColorSpacepublic final String colorSpaceAsString()
If the service returns an enum value that is not available in the current SDK version, colorSpace will
return ColorSpace.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
colorSpaceAsString().
ColorSpacepublic final ColorSpaceUsage colorSpaceUsage()
If the service returns an enum value that is not available in the current SDK version, colorSpaceUsage
will return ColorSpaceUsage.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from colorSpaceUsageAsString().
ColorSpaceUsagepublic final String colorSpaceUsageAsString()
If the service returns an enum value that is not available in the current SDK version, colorSpaceUsage
will return ColorSpaceUsage.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from colorSpaceUsageAsString().
ColorSpaceUsagepublic final EmbeddedTimecodeOverride embeddedTimecodeOverride()
If the service returns an enum value that is not available in the current SDK version,
embeddedTimecodeOverride will return EmbeddedTimecodeOverride.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from embeddedTimecodeOverrideAsString().
EmbeddedTimecodeOverridepublic final String embeddedTimecodeOverrideAsString()
If the service returns an enum value that is not available in the current SDK version,
embeddedTimecodeOverride will return EmbeddedTimecodeOverride.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from embeddedTimecodeOverrideAsString().
EmbeddedTimecodeOverridepublic final Hdr10Metadata hdr10Metadata()
public final PadVideo padVideo()
If the service returns an enum value that is not available in the current SDK version, padVideo will
return PadVideo.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
padVideoAsString().
PadVideopublic final String padVideoAsString()
If the service returns an enum value that is not available in the current SDK version, padVideo will
return PadVideo.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
padVideoAsString().
PadVideopublic final Integer pid()
public final Integer programNumber()
public final InputRotate rotate()
If the service returns an enum value that is not available in the current SDK version, rotate will
return InputRotate.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
rotateAsString().
InputRotatepublic final String rotateAsString()
If the service returns an enum value that is not available in the current SDK version, rotate will
return InputRotate.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
rotateAsString().
InputRotatepublic final InputSampleRange sampleRange()
If the service returns an enum value that is not available in the current SDK version, sampleRange will
return InputSampleRange.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sampleRangeAsString().
InputSampleRangepublic final String sampleRangeAsString()
If the service returns an enum value that is not available in the current SDK version, sampleRange will
return InputSampleRange.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sampleRangeAsString().
InputSampleRangepublic VideoSelector.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VideoSelector.Builder,VideoSelector>public static VideoSelector.Builder builder()
public static Class<? extends VideoSelector.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.