javauis/mmapi_qt/baseline/src/cmmaaudioplayer.cpp
changeset 79 2f468c1958d0
parent 26 dc7c549001d5
equal deleted inserted replaced
76:4ad59aaee882 79:2f468c1958d0
   219     {
   219     {
   220         // Using TDes -- load the whole sound
   220         // Using TDes -- load the whole sound
   221         iSourceStreams[ 0 ]->ReadAllL();
   221         iSourceStreams[ 0 ]->ReadAllL();
   222     }
   222     }
   223     // CMMASourceStream will notify with ReadCompleted
   223     // CMMASourceStream will notify with ReadCompleted
       
   224     LOG(EJavaMMAPI, EInfo, "CMMAAudioPlayer::PrefetchL -");
   224 }
   225 }
   225 
   226 
   226 const TDesC& CMMAAudioPlayer::Type()
   227 const TDesC& CMMAAudioPlayer::Type()
   227 {
   228 {
   228     return KMMAAudioPlayer;
   229     return KMMAAudioPlayer;