Interface StreamMediaRecorder.OnCurrentRecordingDurationChanged
-
- All Implemented Interfaces:
public interface StreamMediaRecorder.OnCurrentRecordingDurationChangedA functional interface used for listening to updated in the duration of the currently active recording.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonDurationChanged(Long durationMs)Called after the recording has stopped. -
-
Method Detail
-
onDurationChanged
abstract Unit onDurationChanged(Long durationMs)
Called after the recording has stopped.
- Parameters:
durationMs- The duration of the currently active recording expressed in milliseconds.
-
-
-
-