Method group is Obsolete

ReplayKit.StopRecording

Obsolete ReplayKit will be removed in future version of Unity.

Declaration

public static bool StopRecording();

Returns

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

Description

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.


Did you find this page useful? Please give it a rating: