Method: Aws::MediaConvert::Types::InputVideoGenerator#framerate_denominator
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
#framerate_denominator ⇒ Integer
Specify the denominator of the fraction that represents the frame rate for your video generator input. When you do, you must also specify a value for Frame rate numerator. MediaConvert uses a default frame rate of 29.97 when you leave Frame rate numerator and Frame rate denominator blank.
8432 8433 8434 8435 8436 8437 8438 8439 8440 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 8432 class InputVideoGenerator < Struct.new( :channels, :duration, :framerate_denominator, :framerate_numerator, :sample_rate) SENSITIVE = [] include Aws::Structure end |