stopHighSpeedRecording abstract method

  1. @nitroNativeAsync
Future<RecordingResult> stopHighSpeedRecording(
  1. int textureId
)

Stops a high-speed recording started with startHighSpeedRecording and restores the normal preview session. Returns the recorded file metadata.

Implementation

@nitroNativeAsync
Future<RecordingResult> stopHighSpeedRecording(int textureId);