amazonka-medialive-2.0: Amazon Elemental MediaLive SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MediaLive.Types.EbuTtDDestinationSettings

Description

 
Synopsis

Documentation

data EbuTtDDestinationSettings Source #

Ebu Tt DDestination Settings

See: newEbuTtDDestinationSettings smart constructor.

Constructors

EbuTtDDestinationSettings' 

Fields

  • copyrightHolder :: Maybe Text

    Complete this field if you want to include the name of the copyright holder in the copyright tag in the captions metadata.

  • fillLineGap :: Maybe EbuTtDFillLineGapControl

    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.

  • fontFamily :: Maybe Text

    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”.

  • styleControl :: Maybe EbuTtDDestinationStyleControl

    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.

Instances

Instances details
FromJSON EbuTtDDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.EbuTtDDestinationSettings

ToJSON EbuTtDDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.EbuTtDDestinationSettings

Generic EbuTtDDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.EbuTtDDestinationSettings

Associated Types

type Rep EbuTtDDestinationSettings :: Type -> Type #

Read EbuTtDDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.EbuTtDDestinationSettings

Show EbuTtDDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.EbuTtDDestinationSettings

NFData EbuTtDDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.EbuTtDDestinationSettings

Eq EbuTtDDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.EbuTtDDestinationSettings

Hashable EbuTtDDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.EbuTtDDestinationSettings

type Rep EbuTtDDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.EbuTtDDestinationSettings

type Rep EbuTtDDestinationSettings = D1 ('MetaData "EbuTtDDestinationSettings" "Amazonka.MediaLive.Types.EbuTtDDestinationSettings" "amazonka-medialive-2.0-FK9HUAz0OmeIH2i6eRdod0" 'False) (C1 ('MetaCons "EbuTtDDestinationSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "copyrightHolder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fillLineGap") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EbuTtDFillLineGapControl))) :*: (S1 ('MetaSel ('Just "fontFamily") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "styleControl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EbuTtDDestinationStyleControl)))))

newEbuTtDDestinationSettings :: EbuTtDDestinationSettings Source #

Create a value of EbuTtDDestinationSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:copyrightHolder:EbuTtDDestinationSettings', ebuTtDDestinationSettings_copyrightHolder - Complete this field if you want to include the name of the copyright holder in the copyright tag in the captions metadata.

$sel:fillLineGap:EbuTtDDestinationSettings', ebuTtDDestinationSettings_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.

$sel:fontFamily:EbuTtDDestinationSettings', ebuTtDDestinationSettings_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”.

$sel:styleControl:EbuTtDDestinationSettings', ebuTtDDestinationSettings_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.

ebuTtDDestinationSettings_copyrightHolder :: Lens' EbuTtDDestinationSettings (Maybe Text) Source #

Complete this field if you want to include the name of the copyright holder in the copyright tag in the captions metadata.

ebuTtDDestinationSettings_fillLineGap :: Lens' EbuTtDDestinationSettings (Maybe EbuTtDFillLineGapControl) Source #

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.

ebuTtDDestinationSettings_fontFamily :: Lens' EbuTtDDestinationSettings (Maybe Text) Source #

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”.

ebuTtDDestinationSettings_styleControl :: Lens' EbuTtDDestinationSettings (Maybe EbuTtDDestinationStyleControl) Source #

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.