class Aws::MediaConvert::Types::TimecodeBurnin
Settings for burning the output timecode and specified prefix into the output.
@note When making an API call, you may pass TimecodeBurnin
data as a hash: { font_size: 1, position: "TOP_CENTER", # accepts TOP_CENTER, TOP_LEFT, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT prefix: "__stringPattern", }
@!attribute [rw] font_size
Use Font Size (FontSize) to set the font size of any burned-in timecode. Valid values are 10, 16, 32, 48. @return [Integer]
@!attribute [rw] position
Use Position (Position) under under Timecode burn-in (TimecodeBurnIn) to specify the location the burned-in timecode on output video. @return [String]
@!attribute [rw] prefix
Use Prefix (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. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/TimecodeBurnin AWS API Documentation
Constants
- SENSITIVE