public static class VideoSource.Builder extends Object
Modifier and Type | Method and Description |
---|---|
VideoSource |
build() |
VideoSource.Builder |
withDescription(String description) |
VideoSource.Builder |
withDuration(Integer duration) |
VideoSource.Builder |
withDuration(String durationExpression) |
VideoSource.Builder |
withOffset(Integer offset) |
VideoSource.Builder |
withOffset(String offsetExpression) |
VideoSource.Builder |
withRepeatCount(Integer repeatCount) |
VideoSource.Builder |
withRepeatCount(String repeatCountExpression) |
VideoSource.Builder |
withUrl(String url) |
public VideoSource.Builder withDescription(String description)
public VideoSource.Builder withDuration(Integer duration)
public VideoSource.Builder withDuration(String durationExpression)
public VideoSource.Builder withUrl(String url)
public VideoSource.Builder withRepeatCount(Integer repeatCount)
public VideoSource.Builder withRepeatCount(String repeatCountExpression)
public VideoSource.Builder withOffset(Integer offset)
public VideoSource.Builder withOffset(String offsetExpression)
public VideoSource build()
Copyright © 2023. All rights reserved.