/AWS1/CL_MD2DASHDVBFONTDOWNL00¶
For use with DVB-DASH profiles only. The settings for font downloads that you want Elemental MediaPackage to pass through to the manifest.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_url TYPE /AWS1/MD2STRING /AWS1/MD2STRING¶
The URL for downloading fonts for subtitles.
iv_mimetype TYPE /AWS1/MD2STRING /AWS1/MD2STRING¶
The
mimeTypeof the resource that's at the font download URL.For information about font MIME types, see the MPEG-DASH Profile for Transport of ISO BMFF Based DVB Services over IP Based Networks document.
iv_fontfamily TYPE /AWS1/MD2STRING /AWS1/MD2STRING¶
The
fontFamilyname for subtitles, as described in EBU-TT-D Subtitling Distribution Format.
Queryable Attributes¶
Url¶
The URL for downloading fonts for subtitles.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_URL() |
Getter for URL, with configurable default |
ASK_URL() |
Getter for URL w/ exceptions if field has no value |
HAS_URL() |
Determine if URL has a value |
MimeType¶
The
mimeTypeof the resource that's at the font download URL.For information about font MIME types, see the MPEG-DASH Profile for Transport of ISO BMFF Based DVB Services over IP Based Networks document.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MIMETYPE() |
Getter for MIMETYPE, with configurable default |
ASK_MIMETYPE() |
Getter for MIMETYPE w/ exceptions if field has no value |
HAS_MIMETYPE() |
Determine if MIMETYPE has a value |
FontFamily¶
The
fontFamilyname for subtitles, as described in EBU-TT-D Subtitling Distribution Format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FONTFAMILY() |
Getter for FONTFAMILY, with configurable default |
ASK_FONTFAMILY() |
Getter for FONTFAMILY w/ exceptions if field has no value |
HAS_FONTFAMILY() |
Determine if FONTFAMILY has a value |