javauis/mmapi_qt/baseline/javasrc/com/nokia/microedition/media/animation/AnimationPlayerFactory.java
changeset 61 bf7ee68962da
parent 48 e0d6e9bd3ca7
child 72 1f0034e370aa
equal deleted inserted replaced
48:e0d6e9bd3ca7 61:bf7ee68962da
    94     /**
    94     /**
    95      * @param locator, path of the GIF file.
    95      * @param locator, path of the GIF file.
    96      * @return InternalPlayer object
    96      * @return InternalPlayer object
    97      * @throws IOException if it is not possible to read the file from location specified
    97      * @throws IOException if it is not possible to read the file from location specified
    98      */
    98      */
    99     public InternalPlayer createPlayer(String locator) throws IOException
    99     public InternalPlayer createPlayer(String locator) throws IOException, MediaException
   100     {
   100     {
   101         final String DEBUG_STR="AnimationPlayerFactory::createPlayer(String locator )";
   101         final String DEBUG_STR="AnimationPlayerFactory::createPlayer(String locator )";
   102         Logger.LOG(Logger.EJavaMMAPI, Logger.EInfo,DEBUG_STR+"+");
   102         Logger.LOG(Logger.EJavaMMAPI, Logger.EInfo,DEBUG_STR+"+");
   103         InternalPlayer player = null;
   103         InternalPlayer player = null;
   104         try
   104         try