Interface StreamMediaRecorder.OnMediaRecorderStateChange
-
- All Implemented Interfaces:
public interface StreamMediaRecorder.OnMediaRecorderStateChangeA functional interface used for listening to StreamMediaRecorder state changes.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonStateChanged(MediaRecorderState recorderState)Called after the recording has stopped. -
-
Method Detail
-
onStateChanged
abstract Unit onStateChanged(MediaRecorderState recorderState)
Called after the recording has stopped.
- Parameters:
recorderState- The current state of the media recorder
-
-
-
-