/// <summary> /// Stops the audio file /// </summary> public void Stop() { NativeAudioSystem.StopFile(_audioPlayFileInfoPtr.Handle); }