| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MediaConvert.Types.DvbSubtitleAlignment
Description
Synopsis
- newtype DvbSubtitleAlignment where
Documentation
newtype DvbSubtitleAlignment Source #
Specify the alignment of your captions. If no explicit x_position is provided, setting alignment to centered will placethe captions at the bottom center of the output. Similarly, setting a left alignment willalign 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. Within your job settings, all of your DVB-Sub settings must be identical.
Constructors
| DvbSubtitleAlignment' | |
Fields | |
Bundled Patterns
| pattern DvbSubtitleAlignment_AUTO :: DvbSubtitleAlignment | |
| pattern DvbSubtitleAlignment_CENTERED :: DvbSubtitleAlignment | |
| pattern DvbSubtitleAlignment_LEFT :: DvbSubtitleAlignment |