Class: Aws::MediaPackageV2::Types::DashUtcTiming

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

Instance Attribute Details

#timing_modeString

The UTC timing mode.

Returns:

  • (String)


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_sourceString

The the method that the player uses to synchronize to coordinated universal time (UTC) wall clock time.

Returns:

  • (String)


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