public static class VideoSegment.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
VideoSegment |
build() |
VideoSegment.Builder |
copy(VideoSegment model) |
VideoSegment.Builder |
endTimeOffsetMs(Integer endTimeOffsetMs)
Video end time offset(Milliseconds).
|
VideoSegment.Builder |
startTimeOffsetMs(Integer startTimeOffsetMs)
Video start time offset(Milliseconds).
|
public VideoSegment.Builder startTimeOffsetMs(Integer startTimeOffsetMs)
Video start time offset(Milliseconds).
startTimeOffsetMs
- the value to setpublic VideoSegment.Builder endTimeOffsetMs(Integer endTimeOffsetMs)
Video end time offset(Milliseconds).
endTimeOffsetMs
- the value to setpublic VideoSegment build()
public VideoSegment.Builder copy(VideoSegment model)
Copyright © 2016–2024. All rights reserved.