@Generated(value="software.amazon.awssdk:codegen") public class VideoSelector extends Object implements StructuredPojo, 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.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
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.
|
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() |
copypublic 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 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 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 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 Hdr10Metadata hdr10Metadata()
public Integer pid()
public Integer programNumber()
public VideoSelector.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<VideoSelector.Builder,VideoSelector>public static VideoSelector.Builder builder()
public static Class<? extends VideoSelector.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.