ReplayKit.Discard
public static bool Discard();
Returns
bool A boolean value of True if the recording was discarded successfully or False if an error occurred.
Description 描述
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.