Class: Aws::MediaConvert::Types::FrameRate

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconvert/types.rb

Overview

the calculated frame rate of the asset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#denominatorInteger

the denominator of the frame rate of the asset.

Returns:

  • (Integer)

5357
5358
5359
5360
5361
5362
# File 'lib/aws-sdk-mediaconvert/types.rb', line 5357

class FrameRate < Struct.new(
  :denominator,
  :numerator)
  SENSITIVE = []
  include Aws::Structure
end

#numeratorInteger

the numerator of the frame rate of the asset.

Returns:

  • (Integer)

5357
5358
5359
5360
5361
5362
# File 'lib/aws-sdk-mediaconvert/types.rb', line 5357

class FrameRate < Struct.new(
  :denominator,
  :numerator)
  SENSITIVE = []
  include Aws::Structure
end