interface DashDvbFontDownloadProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_mediapackagev2.CfnOriginEndpoint.DashDvbFontDownloadProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmediapackagev2#CfnOriginEndpoint_DashDvbFontDownloadProperty |
![]() | software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint.DashDvbFontDownloadProperty |
![]() | aws_cdk.aws_mediapackagev2.CfnOriginEndpoint.DashDvbFontDownloadProperty |
![]() | aws-cdk-lib » aws_mediapackagev2 » CfnOriginEndpoint » DashDvbFontDownloadProperty |
For use with DVB-DASH profiles only.
The settings for font downloads that you want AWS Elemental MediaPackage to pass through to the manifest.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_mediapackagev2 as mediapackagev2 } from 'aws-cdk-lib';
const dashDvbFontDownloadProperty: mediapackagev2.CfnOriginEndpoint.DashDvbFontDownloadProperty = {
fontFamily: 'fontFamily',
mimeType: 'mimeType',
url: 'url',
};
Properties
Name | Type | Description |
---|---|---|
font | string | The fontFamily name for subtitles, as described in EBU-TT-D Subtitling Distribution Format . |
mime | string | The mimeType of the resource that's at the font download URL. |
url? | string | The URL for downloading fonts for subtitles. |
fontFamily?
Type:
string
(optional)
The fontFamily
name for subtitles, as described in EBU-TT-D Subtitling Distribution Format .
mimeType?
Type:
string
(optional)
The mimeType
of 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.
url?
Type:
string
(optional)
The URL for downloading fonts for subtitles.