Class: Aws::MediaPackageV2::Types::DashUtcTiming
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::MediaPackageV2::Types::DashUtcTiming
 
- Defined in:
- gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb
Overview
Determines the type of UTC timing included in the DASH Media Presentation Description (MPD).
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #timing_mode  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The UTC timing mode. 
- 
  
    
      #timing_source  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The the method that the player uses to synchronize to coordinated universal time (UTC) wall clock time. 
Instance Attribute Details
#timing_mode ⇒ String
The UTC timing mode.
| 1374 1375 1376 1377 1378 1379 | # File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 1374 class DashUtcTiming < Struct.new( :timing_mode, :timing_source) SENSITIVE = [] include Aws::Structure end | 
#timing_source ⇒ String
The the method that the player uses to synchronize to coordinated universal time (UTC) wall clock time.
| 1374 1375 1376 1377 1378 1379 | # File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 1374 class DashUtcTiming < Struct.new( :timing_mode, :timing_source) SENSITIVE = [] include Aws::Structure end |