AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Ebu Tt DDestination Settings

Inheritance Hierarchy

System.Object
  Amazon.MediaLive.Model.EbuTtDDestinationSettings

Namespace: Amazon.MediaLive.Model
Assembly: AWSSDK.MediaLive.dll
Version: 3.x.y.z

Syntax

C#
public class EbuTtDDestinationSettings

The EbuTtDDestinationSettings type exposes the following members

Constructors

NameDescription
Public Method EbuTtDDestinationSettings()

Properties

NameTypeDescription
Public Property CopyrightHolder System.String

Gets and sets the property CopyrightHolder. Complete this field if you want to include the name of the copyright holder in the copyright tag in the captions metadata.

Public Property FillLineGap Amazon.MediaLive.EbuTtDFillLineGapControl

Gets and sets the property 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.

Public Property FontFamily System.String

Gets and sets the property FontFamily. Specifies the font family to include in the font data attached to the EBU-TT captions. Valid only if styleControl is set to include. If you leave this field empty, the font family is set to "monospaced". (If styleControl is set to exclude, the font family is always set to "monospaced".)You 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.- 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).- Leave blank to set the family to “monospace”.

Public Property StyleControl Amazon.MediaLive.EbuTtDDestinationStyleControl

Gets and sets the property StyleControl. Specifies the style information (font color, font position, and so on) to include in the font data that is attached to the EBU-TT captions.- include: Take the style information (font color, font position, and so on) 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: In the font data attached to the EBU-TT captions, set the font family to "monospaced". Do not include any other style information.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5