Class Timeline.Builder
java.lang.Object
com.castlabs.android.player.models.Timeline.Builder
- Enclosing class:
Timeline
Builder for
Timeline
s.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddWindow
(Timeline.Window window) Adds aTimeline.Window
to the Timeline.get()
Builds theTimeline
.
-
Constructor Details
-
Builder
public Builder()Creates a new Builder.
-
-
Method Details
-
addWindow
Adds aTimeline.Window
to the Timeline.- Parameters:
window
- theTimeline.Window
to add- Returns:
- this Builder
-
get
Builds theTimeline
.- Returns:
- the
Timeline
-