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

반환

bool A boolean value of True if the recording was discarded successfully or False if an error occurred.

설명

Discard the current recording.

Discards the current recording, if it exists. Does nothing if there is no current recording.

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