libZSservicesZSamazonka-medialiveZSamazonka-medialive
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MediaLive.Types.WebvttDestinationSettings

Description

 
Synopsis

Documentation

data WebvttDestinationSettings Source #

Webvtt Destination Settings

See: newWebvttDestinationSettings smart constructor.

Constructors

WebvttDestinationSettings' 

Fields

  • styleControl :: Maybe WebvttDestinationStyleControl

    Controls whether the color and position of the source captions is passed through to the WebVTT output captions. PASSTHROUGH - Valid only if the source captions are EMBEDDED or TELETEXT. NO_STYLE_DATA - Don't pass through the style. The output captions will not contain any font styling information.

Instances

Instances details
Eq WebvttDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.WebvttDestinationSettings

Read WebvttDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.WebvttDestinationSettings

Show WebvttDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.WebvttDestinationSettings

Generic WebvttDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.WebvttDestinationSettings

Associated Types

type Rep WebvttDestinationSettings :: Type -> Type #

NFData WebvttDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.WebvttDestinationSettings

Hashable WebvttDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.WebvttDestinationSettings

ToJSON WebvttDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.WebvttDestinationSettings

FromJSON WebvttDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.WebvttDestinationSettings

type Rep WebvttDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.WebvttDestinationSettings

type Rep WebvttDestinationSettings = D1 ('MetaData "WebvttDestinationSettings" "Amazonka.MediaLive.Types.WebvttDestinationSettings" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "WebvttDestinationSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "styleControl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WebvttDestinationStyleControl))))

newWebvttDestinationSettings :: WebvttDestinationSettings Source #

Create a value of WebvttDestinationSettings 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:styleControl:WebvttDestinationSettings', webvttDestinationSettings_styleControl - Controls whether the color and position of the source captions is passed through to the WebVTT output captions. PASSTHROUGH - Valid only if the source captions are EMBEDDED or TELETEXT. NO_STYLE_DATA - Don't pass through the style. The output captions will not contain any font styling information.

webvttDestinationSettings_styleControl :: Lens' WebvttDestinationSettings (Maybe WebvttDestinationStyleControl) Source #

Controls whether the color and position of the source captions is passed through to the WebVTT output captions. PASSTHROUGH - Valid only if the source captions are EMBEDDED or TELETEXT. NO_STYLE_DATA - Don't pass through the style. The output captions will not contain any font styling information.