public interface VideoCaptureStartedCallback
Modifier and Type | Method and Description |
---|---|
void |
captureStarted(VideoCaptureHandler handler,
java.io.File outputFile)
Called when video capture has started
|
void captureStarted(@NonNull VideoCaptureHandler handler, @NonNull java.io.File outputFile)
handler
- the handler that is handling the current video captureoutputFile
- the file that the video is being written to