119120121122123124125126127128129
* @param mime * @return Returns the player for a certain mimetype. */ public IPlayer getPlayer(IContent pContent) { IPlayer lPlayer = null; // Sequence: // 1. Get the MIME type, base type if any. // 2. From the list players if (pContent == null) {