public static bool StopRecording ();

Valor de retorno

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

Descripción

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.