@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 |
---|---|
static VideoSelector.Builder |
builder() |
ColorSpace |
colorSpace()
Returns the value of the ColorSpace property for this object.
|
String |
colorSpaceAsString()
Returns the value of the ColorSpace property for this object.
|
ColorSpaceUsage |
colorSpaceUsage()
Returns the value of the ColorSpaceUsage property for this object.
|
String |
colorSpaceUsageAsString()
Returns the value of the ColorSpaceUsage property for this object.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Hdr10Metadata |
hdr10Metadata()
Returns the value of the Hdr10Metadata property for this object.
|
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends VideoSelector.Builder> |
serializableBuilderClass() |
VideoSelector.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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 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 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 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 Hdr10Metadata hdr10Metadata()
public Integer pid()
public Integer programNumber()
public VideoSelector.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<VideoSelector.Builder,VideoSelector>
public static VideoSelector.Builder builder()
public static Class<? extends VideoSelector.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.