MediaLiveSeekableRange.Builder

public static classMediaLiveSeekableRange.BuilderextendsObject

Public Constructor Summary

Public Method Summary

MediaLiveSeekableRange
MediaLiveSeekableRange.Builder
setEndTime(long endTime)
Sets the end time in milliseconds.
MediaLiveSeekableRange.Builder
setIsLiveDone(boolean isLiveDone)
Sets whether the live stream is done.
MediaLiveSeekableRange.Builder
setIsMovingWindow(boolean isMovingWindow)
Sets whether the seekable range is a moving window.
MediaLiveSeekableRange.Builder
setStartTime(long startTime)
Sets the start time in milliseconds.

Inherited Method Summary

Public Constructors

publicBuilder()

Public Methods

publicMediaLiveSeekableRange.Builder setEndTime(long endTime)

Sets the end time in milliseconds.

publicMediaLiveSeekableRange.Builder setIsLiveDone(boolean isLiveDone)

Sets whether the live stream is done.

publicMediaLiveSeekableRange.Builder setIsMovingWindow(boolean isMovingWindow)

Sets whether the seekable range is a moving window.

publicMediaLiveSeekableRange.Builder setStartTime(long startTime)

Sets the start time in milliseconds.