Esempio n. 1
0
        public static async Task <byte[]> StopRecording()
        {
            await Capture.StopRecordWithResultAsync();

            return(RecordedBytes);
        }