public final class VideoSource extends Object
Modifier and Type | Class and Description |
---|---|
static class |
VideoSource.Builder |
Modifier and Type | Method and Description |
---|---|
static VideoSource.Builder |
builder() |
boolean |
equals(Object o) |
String |
getDescription()
Optional description of this source material
|
String |
getDuration()
Duration of time to play.
|
String |
getOffset()
Offset to start playing at in the stream (defaults to 0).
|
String |
getRepeatCount()
Number of times to loop the video.
|
String |
getUrl()
Media source material
|
int |
hashCode() |
String |
toString() |
public static VideoSource.Builder builder()
public String getDescription()
public String getDuration()
public String getUrl()
public String getRepeatCount()
public String getOffset()
Copyright © 2023. All rights reserved.