Class: Aws::MediaPackageV2::Types::DashDvbSettings
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::MediaPackageV2::Types::DashDvbSettings
 
- Defined in:
- gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb
Overview
For endpoints that use the DVB-DASH profile only. The font download and error reporting information that you want MediaPackage to pass through to the manifest.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #error_metrics  ⇒ Array<Types::DashDvbMetricsReporting> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Playback device error reporting settings. 
- 
  
    
      #font_download  ⇒ Types::DashDvbFontDownload 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Subtitle font settings. 
Instance Attribute Details
#error_metrics ⇒ Array<Types::DashDvbMetricsReporting>
Playback device error reporting settings.
| 1281 1282 1283 1284 1285 1286 | # File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 1281 class DashDvbSettings < Struct.new( :font_download, :error_metrics) SENSITIVE = [] include Aws::Structure end | 
#font_download ⇒ Types::DashDvbFontDownload
Subtitle font settings.
| 1281 1282 1283 1284 1285 1286 | # File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 1281 class DashDvbSettings < Struct.new( :font_download, :error_metrics) SENSITIVE = [] include Aws::Structure end |