javauis/mmapi_qt/baseline/javasrc/com/nokia/microedition/media/SourcePlayer.java
changeset 79 2f468c1958d0
parent 26 dc7c549001d5
equal deleted inserted replaced
76:4ad59aaee882 79:2f468c1958d0
    78         // DataSource connect must reset its SourceStream if DataSource is
    78         // DataSource connect must reset its SourceStream if DataSource is
    79         // disconnected.
    79         // disconnected.
    80         try
    80         try
    81         {
    81         {
    82             iDataSource.connect();
    82             iDataSource.connect();
       
    83             Logger.LOG(Logger.EJavaMMAPI, Logger.EInfo,"Sourceplayer doprefetch() after connect ");
    83         }
    84         }
    84         catch (IOException ioe)
    85         catch (IOException ioe)
    85         {
    86         {
    86             throw new MediaException("IOException occurred, " + ioe.getMessage());
    87             throw new MediaException("IOException occurred, " + ioe.getMessage());
    87         }
    88         }
    88 
    89 
    89         super.doPrefetch();
    90         super.doPrefetch();
       
    91         Logger.LOG(Logger.EJavaMMAPI, Logger.EInfo,"Sourceplayer doprefetch() after connect -");
    90     }
    92     }
    91 
    93 
    92     /**
    94     /**
    93      * interface PlayerImpl
    95      * interface PlayerImpl
    94      * @see PlayerImpl
    96      * @see PlayerImpl