Class: Aws::MediaPackageV2::Types::DashDvbFontDownload

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#font_familyString

The ‘fontFamily` name for subtitles, as described in [EBU-TT-D Subtitling Distribution Format].

[1]: tech.ebu.ch/publications/tech3380

Returns:

  • (String)


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_typeString

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.

[1]: dvb.org/wp-content/uploads/2021/06/A168r4_MPEG-DASH-Profile-for-Transport-of-ISO-BMFF-Based-DVB-Services_Draft-ts_103-285-v140_November_2021.pdf

Returns:

  • (String)


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

#urlString

The URL for downloading fonts for subtitles.

Returns:

  • (String)


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