コード例 #1
0
ファイル: Audio.cs プロジェクト: Geeksltd/Zebble.Audio
        public static async Task <byte[]> StopRecording()
        {
            await Capture.StopRecordWithResultAsync();

            return(RecordedBytes);
        }