| Constructor and Description |
|---|
LiveSettings() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canRewind() |
boolean |
equals(java.lang.Object o) |
BoolInt |
getCanRewind() |
BoolInt |
getIsClipsLive() |
BoolInt |
getIsEndless() |
java.lang.Integer |
getMaxDuration() |
int |
hashCode() |
boolean |
isClipsLive() |
boolean |
isEndless() |
LiveSettings |
setMaxDuration(java.lang.Integer maxDuration) |
java.lang.String |
toPrettyString() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateRequiredpublic boolean canRewind()
public BoolInt getCanRewind()
public boolean isClipsLive()
public BoolInt getIsClipsLive()
public boolean isEndless()
public BoolInt getIsEndless()
public java.lang.Integer getMaxDuration()
public LiveSettings setMaxDuration(java.lang.Integer maxDuration)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toPrettyString()