class Aws::ElasticTranscoder::Types::DetectedProperties
The detected properties of the input file. Elastic Transcoder identifies these values from the input file.
@note When making an API call, you may pass DetectedProperties
data as a hash: { width: 1, height: 1, frame_rate: "FloatString", file_size: 1, duration_millis: 1, }
@!attribute [rw] width
The detected width of the input file, in pixels. @return [Integer]
@!attribute [rw] height
The detected height of the input file, in pixels. @return [Integer]
@!attribute [rw] frame_rate
The detected frame rate of the input file, in frames per second. @return [String]
@!attribute [rw] file_size
The detected file size of the input file, in bytes. @return [Integer]
@!attribute [rw] duration_millis
The detected duration of the input file, in milliseconds. @return [Integer]
Constants
- SENSITIVE