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 DetectedPropertiesDetectedProperties. clone()DetectedPropertiesJobInput. getDetectedProperties()The detected properties of the input file.DetectedPropertiesDetectedProperties. withDurationMillis(Long durationMillis)The detected duration of the input file, in milliseconds.DetectedPropertiesDetectedProperties. withFileSize(Long fileSize)The detected file size of the input file, in bytes.DetectedPropertiesDetectedProperties. withFrameRate(String frameRate)The detected frame rate of the input file, in frames per second.DetectedPropertiesDetectedProperties. withHeight(Integer height)The detected height of the input file, in pixels.DetectedPropertiesDetectedProperties. 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 voidJobInput. setDetectedProperties(DetectedProperties detectedProperties)The detected properties of the input file.JobInputJobInput. withDetectedProperties(DetectedProperties detectedProperties)The detected properties of the input file.
-