Version: 2022.1
언어: 한국어
public static bool StopRecording ();

반환

bool A boolean value of True if recording stopped successfully or False if an error occurred.

설명

Stop the current recording.

Stops the current recording, and makes it available for preview or discard, provided there are no errors. To show the recording, call Preview().

If ReplayKit.APIAvailable is false, this method does nothing and returns false.