Interface EbuTtDDestinationSettings.Builder

  • Method Details

    • copyrightHolder

      EbuTtDDestinationSettings.Builder copyrightHolder(String copyrightHolder)
      Complete this field if you want to include the name of the copyright holder in the copyright tag in the captions metadata.
      Parameters:
      copyrightHolder - Complete this field if you want to include the name of the copyright holder in the copyright tag in the captions metadata.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fillLineGap

      EbuTtDDestinationSettings.Builder fillLineGap(String fillLineGap)
      Specifies how to handle the gap between the lines (in multi-line captions). ENABLED: Fill with the captions background color (as specified in the input captions). DISABLED: Leave the gap unfilled
      Parameters:
      fillLineGap - Specifies how to handle the gap between the lines (in multi-line captions). ENABLED: Fill with the captions background color (as specified in the input captions). DISABLED: Leave the gap unfilled
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • fillLineGap

      Specifies how to handle the gap between the lines (in multi-line captions). ENABLED: Fill with the captions background color (as specified in the input captions). DISABLED: Leave the gap unfilled
      Parameters:
      fillLineGap - Specifies how to handle the gap between the lines (in multi-line captions). ENABLED: Fill with the captions background color (as specified in the input captions). DISABLED: Leave the gap unfilled
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • fontFamily

      EbuTtDDestinationSettings.Builder fontFamily(String fontFamily)
      Specifies the font family to include in the font data attached to the EBU-TT captions. Valid only if style_control is set to include. (If style_control is set to exclude, the font family is always set to monospaced.) Enter a list of font families, as a comma-separated list of font names, in order of preference. The name can be a font family (such as Arial), or a generic font family (such as serif), or default (to let the downstream player choose the font). Or leave blank to set the family to monospace. Note that you can specify only the font family. All other style information (color, bold, position and so on) is copied from the input captions. The size is always set to 100% to allow the downstream player to choose the size.
      Parameters:
      fontFamily - Specifies the font family to include in the font data attached to the EBU-TT captions. Valid only if style_control is set to include. (If style_control is set to exclude, the font family is always set to monospaced.) Enter a list of font families, as a comma-separated list of font names, in order of preference. The name can be a font family (such as Arial), or a generic font family (such as serif), or default (to let the downstream player choose the font). Or leave blank to set the family to monospace. Note that you can specify only the font family. All other style information (color, bold, position and so on) is copied from the input captions. The size is always set to 100% to allow the downstream player to choose the size.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • styleControl

      EbuTtDDestinationSettings.Builder styleControl(String styleControl)
      Specifies the style information to include in the font data that is attached to the EBU-TT captions. INCLUDE: Take the style information from the source captions and include that information in the font data attached to the EBU-TT captions. This option is valid only if the source captions are Embedded or Teletext. EXCLUDE: Set the font family to monospaced. Do not include any other style information.
      Parameters:
      styleControl - Specifies the style information to include in the font data that is attached to the EBU-TT captions. INCLUDE: Take the style information from the source captions and include that information in the font data attached to the EBU-TT captions. This option is valid only if the source captions are Embedded or Teletext. EXCLUDE: Set the font family to monospaced. Do not include any other style information.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • styleControl

      Specifies the style information to include in the font data that is attached to the EBU-TT captions. INCLUDE: Take the style information from the source captions and include that information in the font data attached to the EBU-TT captions. This option is valid only if the source captions are Embedded or Teletext. EXCLUDE: Set the font family to monospaced. Do not include any other style information.
      Parameters:
      styleControl - Specifies the style information to include in the font data that is attached to the EBU-TT captions. INCLUDE: Take the style information from the source captions and include that information in the font data attached to the EBU-TT captions. This option is valid only if the source captions are Embedded or Teletext. EXCLUDE: Set the font family to monospaced. Do not include any other style information.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • defaultFontSize

      EbuTtDDestinationSettings.Builder defaultFontSize(Integer defaultFontSize)
      Specifies the default font size as a percentage of the computed cell size. Valid only if the defaultLineHeight is also set. If you leave this field empty, the default font size is 80% of the cell size.
      Parameters:
      defaultFontSize - Specifies the default font size as a percentage of the computed cell size. Valid only if the defaultLineHeight is also set. If you leave this field empty, the default font size is 80% of the cell size.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • defaultLineHeight

      EbuTtDDestinationSettings.Builder defaultLineHeight(Integer defaultLineHeight)
      Documentation update needed
      Parameters:
      defaultLineHeight - Documentation update needed
      Returns:
      Returns a reference to this object so that method calls can be chained together.