Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model |
Modifier and Type | Method and Description |
---|---|
DetectedProperties |
DetectedProperties.clone() |
DetectedProperties |
JobInput.getDetectedProperties()
The detected properties of the input file.
|
DetectedProperties |
DetectedProperties.withDurationMillis(Long durationMillis)
The detected duration of the input file, in milliseconds.
|
DetectedProperties |
DetectedProperties.withFileSize(Long fileSize)
The detected file size of the input file, in bytes.
|
DetectedProperties |
DetectedProperties.withFrameRate(String frameRate)
The detected frame rate of the input file, in frames per second.
|
DetectedProperties |
DetectedProperties.withHeight(Integer height)
The detected height of the input file, in pixels.
|
DetectedProperties |
DetectedProperties.withWidth(Integer width)
The detected width of the input file, in pixels.
|
Modifier and Type | Method and Description |
---|---|
void |
JobInput.setDetectedProperties(DetectedProperties detectedProperties)
The detected properties of the input file.
|
JobInput |
JobInput.withDetectedProperties(DetectedProperties detectedProperties)
The detected properties of the input file.
|
Copyright © 2016. All rights reserved.