UnityEngine.Microphone.End C# (CSharp) Method

End() private method

private End ( string deviceName ) : void
deviceName string
return void
        public static extern void End(string deviceName);
        [MethodImpl(MethodImplOptions.InternalCall)]