Class: Aws::MediaPackageV2::Types::DashUtcTiming
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageV2::Types::DashUtcTiming
- Includes:
- Structure
- Defined in:
- 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.
1035 1036 1037 1038 1039 1040 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 1035 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.
1035 1036 1037 1038 1039 1040 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 1035 class DashUtcTiming < Struct.new( :timing_mode, :timing_source) SENSITIVE = [] include Aws::Structure end |