Class: Aws::MediaConvert::Types::TimecodeBurnin

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

Overview

Settings for burning the output timecode and specified prefix into the output.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#font_sizeInteger

Use Font size to set the font size of any burned-in timecode. Valid values are 10, 16, 32, 48.

Returns:

  • (Integer)


11896
11897
11898
11899
11900
11901
11902
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 11896

class TimecodeBurnin < Struct.new(
  :font_size,
  :position,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end

#positionString

Use Position under Timecode burn-in to specify the location the burned-in timecode on output video.

Returns:

  • (String)


11896
11897
11898
11899
11900
11901
11902
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 11896

class TimecodeBurnin < Struct.new(
  :font_size,
  :position,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end

#prefixString

Use Prefix to place ASCII characters before any burned-in timecode. For example, a prefix of "EZ-" will result in the timecode "EZ-00:00:00:00". Provide either the characters themselves or the ASCII code equivalents. The supported range of characters is 0x20 through 0x7e. This includes letters, numbers, and all special characters represented on a standard English keyboard.

Returns:

  • (String)


11896
11897
11898
11899
11900
11901
11902
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 11896

class TimecodeBurnin < Struct.new(
  :font_size,
  :position,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end