Class: Aws::ElasticTranscoder::Types::DetectedProperties

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb

Overview

The detected properties of the input file. Elastic Transcoder identifies these values from the input file.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#duration_millisInteger

The detected duration of the input file, in milliseconds.

Returns:

  • (Integer)


1324
1325
1326
1327
1328
1329
1330
1331
1332
# File 'gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb', line 1324

class DetectedProperties < Struct.new(
  :width,
  :height,
  :frame_rate,
  :file_size,
  :duration_millis)
  SENSITIVE = []
  include Aws::Structure
end

#file_sizeInteger

The detected file size of the input file, in bytes.

Returns:

  • (Integer)


1324
1325
1326
1327
1328
1329
1330
1331
1332
# File 'gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb', line 1324

class DetectedProperties < Struct.new(
  :width,
  :height,
  :frame_rate,
  :file_size,
  :duration_millis)
  SENSITIVE = []
  include Aws::Structure
end

#frame_rateString

The detected frame rate of the input file, in frames per second.

Returns:

  • (String)


1324
1325
1326
1327
1328
1329
1330
1331
1332
# File 'gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb', line 1324

class DetectedProperties < Struct.new(
  :width,
  :height,
  :frame_rate,
  :file_size,
  :duration_millis)
  SENSITIVE = []
  include Aws::Structure
end

#heightInteger

The detected height of the input file, in pixels.

Returns:

  • (Integer)


1324
1325
1326
1327
1328
1329
1330
1331
1332
# File 'gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb', line 1324

class DetectedProperties < Struct.new(
  :width,
  :height,
  :frame_rate,
  :file_size,
  :duration_millis)
  SENSITIVE = []
  include Aws::Structure
end

#widthInteger

The detected width of the input file, in pixels.

Returns:

  • (Integer)


1324
1325
1326
1327
1328
1329
1330
1331
1332
# File 'gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb', line 1324

class DetectedProperties < Struct.new(
  :width,
  :height,
  :frame_rate,
  :file_size,
  :duration_millis)
  SENSITIVE = []
  include Aws::Structure
end