A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/MediaLive/Types/BurnInDestinationSettings.html below:

BurnInDestinationSettings — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaLive::Types::BurnInDestinationSettings
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing BurnInDestinationSettings as input to an Aws::Client method, you can use a vanilla Hash:

{
  alignment: "CENTERED",   background_color: "BLACK",   background_opacity: 1,
  font: {
    password_param: "__string",
    uri: "__string",     username: "__string",
  },
  font_color: "BLACK",   font_opacity: 1,
  font_resolution: 1,
  font_size: "__string",
  outline_color: "BLACK",   outline_size: 1,
  shadow_color: "BLACK",   shadow_opacity: 1,
  shadow_x_offset: 1,
  shadow_y_offset: 1,
  teletext_grid_control: "FIXED",   x_position: 1,
  y_position: 1,
}

Burn In Destination Settings

Returned by:

Instance Attribute Summary collapse Instance Attribute Details #alignment ⇒ String

If no explicit xPosition or yPosition is provided, setting alignment to centered will place the captions at the bottom center of the output. Similarly, setting a left alignment will align captions to the bottom left of the output. If x and y positions are given in conjunction with the alignment parameter, the font will be justified (either left or centered) relative to those coordinates. Selecting \"smart\" justification will left-justify live subtitles and center-justify pre-recorded subtitles. All burn-in and DVB-Sub font settings must match.

Possible values:

#background_color ⇒ String

Specifies the color of the rectangle behind the captions. All burn-in and DVB-Sub font settings must match.

Possible values:

#background_opacity ⇒ Integer

Specifies the opacity of the background rectangle. 255 is opaque; 0 is transparent. Leaving this parameter out is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match.

#fontTypes::InputLocation

External font file used for caption burn-in. File extension must be \'ttf\' or \'tte\'. Although the user can select output fonts for many different types of input captions, embedded, STL and teletext sources use a strict grid system. Using external fonts with these caption sources could cause unexpected display of proportional fonts. All burn-in and DVB-Sub font settings must match.

#font_color ⇒ String

Specifies the color of the burned-in captions. This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.

Possible values:

#font_opacity ⇒ Integer

Specifies the opacity of the burned-in captions. 255 is opaque; 0 is transparent. All burn-in and DVB-Sub font settings must match.

#font_resolution ⇒ Integer

Font resolution in DPI (dots per inch); default is 96 dpi. All burn-in and DVB-Sub font settings must match.

#font_size ⇒ String

When set to \'auto\' fontSize will scale depending on the size of the output. Giving a positive integer will specify the exact font size in points. All burn-in and DVB-Sub font settings must match.

#outline_color ⇒ String

Specifies font outline color. This option is not valid for source captions that are either 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.

Possible values:

#outline_size ⇒ Integer

Specifies font outline size in pixels. This option is not valid for source captions that are either 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.

#shadow_color ⇒ String

Specifies the color of the shadow cast by the captions. All burn-in and DVB-Sub font settings must match.

Possible values:

#shadow_opacity ⇒ Integer

Specifies the opacity of the shadow. 255 is opaque; 0 is transparent. Leaving this parameter out is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match.

#shadow_x_offset ⇒ Integer

Specifies the horizontal offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels to the left. All burn-in and DVB-Sub font settings must match.

#shadow_y_offset ⇒ Integer

Specifies the vertical offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels above the text. All burn-in and DVB-Sub font settings must match.

#teletext_grid_control ⇒ String

Controls whether a fixed grid size will be used to generate the output subtitles bitmap. Only applicable for Teletext inputs and DVB-Sub/Burn-in outputs.

Possible values:

#x_position ⇒ Integer

Specifies the horizontal position of the caption relative to the left side of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the left of the output. If no explicit xPosition is provided, the horizontal caption position will be determined by the alignment parameter. All burn-in and DVB-Sub font settings must match.

#y_position ⇒ Integer

Specifies the vertical position of the caption relative to the top of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the top of the output. If no explicit yPosition is provided, the caption will be positioned towards the bottom of the output. All burn-in and DVB-Sub font settings must match.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4