@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, leave this set to
the default value Follow (FOLLOW).
|
String |
colorSpaceAsString()
If your input video has accurate color space metadata, or if you don't know about color space, leave this set to
the default value Follow (FOLLOW).
|
ColorSpaceUsage |
colorSpaceUsage()
There are two sources for color metadata, the input file and the job input settings Color space (ColorSpace) and
HDR master display information settings(Hdr10Metadata).
|
String |
colorSpaceUsageAsString()
There are two sources for color metadata, the input file and the job input settings Color space (ColorSpace) and
HDR master display information settings(Hdr10Metadata).
|
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.
|
Integer |
pid()
Use PID (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 (InputRotate) to specify how the service rotates your video.
|
String |
rotateAsString()
Use Rotate (InputRotate) 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 (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 (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, wait
copy
public 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()
.
AlphaBehavior
public 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()
.
AlphaBehavior
public 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()
.
ColorSpace
public 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()
.
ColorSpace
public 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()
.
ColorSpaceUsage
public 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()
.
ColorSpaceUsage
public final Hdr10Metadata hdr10Metadata()
public 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()
.
InputRotate
public 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()
.
InputRotate
public 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()
.
InputSampleRange
public 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()
.
InputSampleRange
public 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 SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.