stopRecording()
pixi-reels / index / stopRecording
Function: stopRecording()
function stopRecording(reelSet: ReelSet): void;
Defined in: debug/debug.ts:227
Detach the recorder previously installed by startRecording. No-op if none.
Parameters
| Parameter | Type |
|---|---|
reelSet | ReelSet |
Returns
void