javauis/mmapi_qt/baseline/src/cmmaaudioplayer.cpp
changeset 72 1f0034e370aa
parent 26 dc7c549001d5
equal deleted inserted replaced
67:63b81d807542 72:1f0034e370aa
   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;