public abstract class AbstractVideoRecorder
Modifiers | Name | Description |
---|---|---|
protected String |
currentVideoLocation |
|
protected boolean |
interrupted |
|
protected long |
startTime |
|
protected boolean |
started |
|
protected VideoConfiguration |
videoConfig |
Type Params | Return Type | Name and description |
---|---|---|
|
public String |
getCurrentVideoLocation() |
|
public long |
getStartTime() |
|
public boolean |
isInterrupted() |
|
public boolean |
isStarted() |
|
public void |
pause() |
|
public void |
resume() |