Uses of Class
com.amazonaws.services.elastictranscoder.model.DetectedProperties
-
Packages that use DetectedProperties Package Description com.amazonaws.services.elastictranscoder.model -
-
Uses of DetectedProperties in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return DetectedProperties Modifier and Type Method 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.Methods in com.amazonaws.services.elastictranscoder.model with parameters of type DetectedProperties Modifier and Type Method 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.
-