Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
pattern DvbSubtitleAlignment_AUTO :: DvbSubtitleAlignment | |
pattern DvbSubtitleAlignment_CENTERED :: DvbSubtitleAlignment | |
pattern DvbSubtitleAlignment_LEFT :: DvbSubtitleAlignment |