Uses of Class
com.amazonaws.services.elastictranscoder.model.DetectedProperties
Packages that use DetectedProperties
-
Uses of DetectedProperties in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return DetectedPropertiesModifier and TypeMethodDescriptionDetectedProperties.clone()
JobInput.getDetectedProperties()
The detected properties of the input file.DetectedProperties.withDurationMillis
(Long durationMillis) The detected duration of the input file, in milliseconds.DetectedProperties.withFileSize
(Long fileSize) The detected file size of the input file, in bytes.DetectedProperties.withFrameRate
(String frameRate) The detected frame rate of the input file, in frames per second.DetectedProperties.withHeight
(Integer height) The detected height of the input file, in pixels.The detected width of the input file, in pixels.Methods in com.amazonaws.services.elastictranscoder.model with parameters of type DetectedPropertiesModifier and TypeMethodDescriptionvoid
JobInput.setDetectedProperties
(DetectedProperties detectedProperties) The detected properties of the input file.JobInput.withDetectedProperties
(DetectedProperties detectedProperties) The detected properties of the input file.