|
9910 | 9910 | "FillLineGap": {
|
9911 | 9911 | "shape": "EbuTtDFillLineGapControl",
|
9912 | 9912 | "locationName": "fillLineGap",
|
9913 |
| - "documentation": "Specifies how to handle the gap between the lines (in multi-line captions).\n\n- enabled: Fill with the captions background color (as specified in the input captions).\n- disabled: Leave the gap unfilled." |
| 9913 | + "documentation": "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" |
9914 | 9914 | },
|
9915 | 9915 | "FontFamily": {
|
9916 | 9916 | "shape": "__string",
|
9917 | 9917 | "locationName": "fontFamily",
|
9918 |
| - "documentation": "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\".)\n\nYou 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.\n\n- 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).\n- Leave blank to set the family to “monospace”." |
| 9918 | + "documentation": "Specifies the font family to include in the font data attached to the EBU-TT captions. Valid only if style_control is set to include. (If style_control is set to exclude, the font family is always set to monospaced.) 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). Or leave blank to set the family to monospace. Note that you can 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." |
9919 | 9919 | },
|
9920 | 9920 | "StyleControl": {
|
9921 | 9921 | "shape": "EbuTtDDestinationStyleControl",
|
9922 | 9922 | "locationName": "styleControl",
|
9923 |
| - "documentation": "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.\n\n- 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.\n- exclude: In the font data attached to the EBU-TT captions, set the font family to \"monospaced\". Do not include any other style information." |
| 9923 | + "documentation": "Specifies the style information to include in the font data that is attached to the EBU-TT captions. INCLUDE: Take the style information 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: Set the font family to monospaced. Do not include any other style information." |
| 9924 | + }, |
| 9925 | + "DefaultFontSize": { |
| 9926 | + "shape": "__integerMin1Max800", |
| 9927 | + "locationName": "defaultFontSize", |
| 9928 | + "documentation": "Specifies the default font size as a percentage of the computed cell size. Valid only if the defaultLineHeight is also set. If you leave this field empty, the default font size is 80% of the cell size." |
| 9929 | + }, |
| 9930 | + "DefaultLineHeight": { |
| 9931 | + "shape": "__integerMin80Max800", |
| 9932 | + "locationName": "defaultLineHeight", |
| 9933 | + "documentation": "Documentation update needed" |
9924 | 9934 | }
|
9925 | 9935 | },
|
9926 | 9936 | "documentation": "Ebu Tt DDestination Settings"
|
|
28445 | 28455 | "max": 256,
|
28446 | 28456 | "pattern": "^[\\S]+$",
|
28447 | 28457 | "documentation": "Placeholder documentation for __stringMin1Max256PatternS"
|
| 28458 | + }, |
| 28459 | + "__integerMin1Max800": { |
| 28460 | + "type": "integer", |
| 28461 | + "min": 1, |
| 28462 | + "max": 800, |
| 28463 | + "documentation": "Placeholder documentation for __integerMin1Max800" |
| 28464 | + }, |
| 28465 | + "__integerMin80Max800": { |
| 28466 | + "type": "integer", |
| 28467 | + "min": 80, |
| 28468 | + "max": 800, |
| 28469 | + "documentation": "Placeholder documentation for __integerMin80Max800" |
28448 | 28470 | }
|
28449 | 28471 | },
|
28450 | 28472 | "documentation": "API for AWS Elemental MediaLive"
|
|
0 commit comments