78 * Unregisters this library at the global media manager.
79 * With each unregister call, the reference counter for a specific library will be decremented and removed from the system if the counter reaches zero.
80 * Each call to registerLibrary() needs to be balanced with a corresponding call of unregisterLibrary() before shutting down.
81 * @return True, if the library was actually removed from the system (as the reference counter reached zero); False, if the library is still used by someone else