跳至主要内容
版本: 22.5.0

ScreenRecorder.stop() 方法

停止录制。

签名:

class ScreenRecorder {
stop(): Promise<void>;
}

返回值

Promise<void>