Class SkippableTimeRange.Builder
- java.lang.Object
-
- com.jwplayer.pub.api.media.playlists.SkippableTimeRange.Builder
-
- Enclosing class:
- SkippableTimeRange
public static class SkippableTimeRange.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(SkippableTimeRange src)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SkippableTimeRange
build()
SkippableTimeRange.Builder
buttonText(java.lang.String buttonText)
SkippableTimeRange.Builder
end(long end)
SkippableTimeRange.Builder
seekTo(long seekTo)
SkippableTimeRange.Builder
start(long start)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(SkippableTimeRange src)
-
-
Method Detail
-
start
public SkippableTimeRange.Builder start(long start)
- Parameters:
start
- value that defines the start time range for seeking
-
end
public SkippableTimeRange.Builder end(long end)
- Parameters:
end
- value that defines the end time range for seeking
-
seekTo
public SkippableTimeRange.Builder seekTo(long seekTo)
- Parameters:
seekTo
- value used to determine that it will seek to when skipped
-
buttonText
public SkippableTimeRange.Builder buttonText(java.lang.String buttonText)
- Parameters:
buttonText
- value used to display a custom text for the skip button
-
build
public SkippableTimeRange build()
-
-