mmserv/tms/tmscallserver/src/ipcalldownlinkds.cpp
branchRCL_3
changeset 10 3d8c721bf319
parent 3 4f62049db6ac
child 13 f5c5c82a163e
equal deleted inserted replaced
8:e35735ece90c 10:3d8c721bf319
   214 
   214 
   215     if (iStatus == EStreaming && iDevSound && iDevSoundBufPtr)
   215     if (iStatus == EStreaming && iDevSound && iDevSoundBufPtr)
   216         {
   216         {
   217         // Fill D/S buffer and send it for playback
   217         // Fill D/S buffer and send it for playback
   218         iDevSoundBufPtr->Data() = dataPtr;
   218         iDevSoundBufPtr->Data() = dataPtr;
   219         TRAPD(ignore, iDevSoundBufPtr->SetRequestSizeL(buflen));
   219         TRAP_IGNORE(iDevSoundBufPtr->SetRequestSizeL(buflen));
   220         if (ignore) //makes compiler happy
   220         //try playing anyway
   221             {
   221         iDevSound->PlayData();
   222             //try playing anyway
       
   223             iDevSound->PlayData();
       
   224             }
       
   225         else
       
   226             {
       
   227             iDevSound->PlayData();
       
   228             }
       
   229         }
   222         }
   230     }
   223     }
   231 
   224 
   232 // -----------------------------------------------------------------------------
   225 // -----------------------------------------------------------------------------
   233 // TMSIPDownlink::SetCodecCi
   226 // TMSIPDownlink::SetCodecCi