Interface DashUtcTiming.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DashUtcTiming.Builder,DashUtcTiming>, SdkBuilder<DashUtcTiming.Builder,DashUtcTiming>, SdkPojo
Enclosing class:
DashUtcTiming

public static interface DashUtcTiming.Builder extends SdkPojo, CopyableBuilder<DashUtcTiming.Builder,DashUtcTiming>
  • Method Details

    • timingMode

      DashUtcTiming.Builder timingMode(String timingMode)

      The UTC timing mode.

      Parameters:
      timingMode - The UTC timing mode.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • timingMode

      DashUtcTiming.Builder timingMode(DashUtcTimingMode timingMode)

      The UTC timing mode.

      Parameters:
      timingMode - The UTC timing mode.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • timingSource

      DashUtcTiming.Builder timingSource(String timingSource)

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

      Parameters:
      timingSource - The the method that the player uses to synchronize to coordinated universal time (UTC) wall clock time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.