public class VideoRecorder
Constructor and description |
---|
VideoRecorder
(String outputDirLocation, String outputVideoName, VideoConfiguration videoConfig) |
VideoRecorder
(String outputDirLocation, String outputVideoName) |
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
delete() |
|
public String |
getCurrentVideoLocation() |
|
public AbstractVideoRecorder |
getDelegate() |
|
public long |
getStartTime() |
|
public boolean |
isInterrupted() |
|
public boolean |
isStarted() |
|
public void |
pause() |
|
public void |
reload() |
|
public void |
resume() |
|
public void |
setOutputDirLocation(String outputDirLocation) |
|
public void |
setOutputVideoName(String outputVideoName) |
|
public void |
start() |
|
public void |
stop() |