@Generated(value="software.amazon.awssdk:codegen") public final class DetectedProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DetectedProperties.Builder,DetectedProperties>
The detected properties of the input file. Elastic Transcoder identifies these values from the input file.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DetectedProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DetectedProperties.Builder |
builder() |
Long |
durationMillis()
The detected duration of the input file, in milliseconds.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Long |
fileSize()
The detected file size of the input file, in bytes.
|
String |
frameRate()
The detected frame rate of the input file, in frames per second.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
height()
The detected height of the input file, in pixels.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DetectedProperties.Builder> |
serializableBuilderClass() |
DetectedProperties.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
width()
The detected width of the input file, in pixels.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer width()
The detected width of the input file, in pixels.
public final Integer height()
The detected height of the input file, in pixels.
public final String frameRate()
The detected frame rate of the input file, in frames per second.
public final Long fileSize()
The detected file size of the input file, in bytes.
public final Long durationMillis()
The detected duration of the input file, in milliseconds.
public DetectedProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DetectedProperties.Builder,DetectedProperties>public static DetectedProperties.Builder builder()
public static Class<? extends DetectedProperties.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.