public void SetBpm(double newBpm) { if (pObject != IntPtr.Zero) { SuperpoweredAdvancedAudioPlayerWrapper.SetBpm(pObject, newBpm); } }