/// <summary> /// Plays the audio file /// </summary> public void Play() { NativeAudioSystem.PlayFile(_audioPlayFileInfoPtr.Handle); }