Class: Aws::MediaPackageV2::Types::DashDvbFontDownload
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageV2::Types::DashDvbFontDownload
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagev2/types.rb
Overview
For use with DVB-DASH profiles only. The settings for font downloads that you want Elemental MediaPackage to pass through to the manifest.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#font_family ⇒ String
The ‘fontFamily` name for subtitles, as described in [EBU-TT-D Subtitling Distribution Format].
-
#mime_type ⇒ String
The ‘mimeType` of the resource that’s at the font download URL.
-
#url ⇒ String
The URL for downloading fonts for subtitles.
Instance Attribute Details
#font_family ⇒ String
The ‘fontFamily` name for subtitles, as described in [EBU-TT-D Subtitling Distribution Format].
1277 1278 1279 1280 1281 1282 1283 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 1277 class DashDvbFontDownload < Struct.new( :url, :mime_type, :font_family) SENSITIVE = [] include Aws::Structure end |
#mime_type ⇒ String
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.
1277 1278 1279 1280 1281 1282 1283 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 1277 class DashDvbFontDownload < Struct.new( :url, :mime_type, :font_family) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
The URL for downloading fonts for subtitles.
1277 1278 1279 1280 1281 1282 1283 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 1277 class DashDvbFontDownload < Struct.new( :url, :mime_type, :font_family) SENSITIVE = [] include Aws::Structure end |