Interface TimecodeBurnin.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TimecodeBurnin.Builder,TimecodeBurnin>, SdkBuilder<TimecodeBurnin.Builder,TimecodeBurnin>, SdkPojo
Enclosing class:
TimecodeBurnin

public static interface TimecodeBurnin.Builder extends SdkPojo, CopyableBuilder<TimecodeBurnin.Builder,TimecodeBurnin>
  • Method Details

    • fontSize

      TimecodeBurnin.Builder fontSize(Integer fontSize)
      Use Font size to set the font size of any burned-in timecode. Valid values are 10, 16, 32, 48.
      Parameters:
      fontSize - Use Font size to set the font size of any burned-in timecode. Valid values are 10, 16, 32, 48.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • position

      TimecodeBurnin.Builder position(String position)
      Use Position under Timecode burn-in to specify the location the burned-in timecode on output video.
      Parameters:
      position - Use Position under Timecode burn-in to specify the location the burned-in timecode on output video.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • position

      Use Position under Timecode burn-in to specify the location the burned-in timecode on output video.
      Parameters:
      position - Use Position under Timecode burn-in to specify the location the burned-in timecode on output video.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • prefix

      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.
      Parameters:
      prefix - 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:
      Returns a reference to this object so that method calls can be chained together.