void AddToTracklist(char[] artist, char[] title, int offsetSeconds, bool takeOwnership)
 {
     if (pObject != IntPtr.Zero)
     {
         SuperpoweredRecorderWrapper.AddToTracklist(pObject, artist, title, offsetSeconds, takeOwnership);
     }
 }