videoplayback/videohelix/src/mpxvideoplaybackmode.cpp
branchRCL_3
changeset 9 5294c000a26d
parent 8 ce5ada96ab30
child 10 112a725ff2c2
equal deleted inserted replaced
8:ce5ada96ab30 9:5294c000a26d
    13 *
    13 *
    14 * Description:  This class plays local video file
    14 * Description:  This class plays local video file
    15  *
    15  *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: 19 %
    18 // Version : %version: 20 %
    19 
    19 
    20 
    20 
    21 
    21 
    22 //
    22 //
    23 //  INCLUDE FILES
    23 //  INCLUDE FILES
   444         else
   444         else
   445         {
   445         {
   446             TRAP_IGNORE( iVideoPlaybackCtlr->iState->SendErrorToViewL( err ) );
   446             TRAP_IGNORE( iVideoPlaybackCtlr->iState->SendErrorToViewL( err ) );
   447         }
   447         }
   448     }
   448     }
   449     else
   449     // Streaming link is non-pausable and no alarm stop playback
       
   450     else if ( !iVideoPlaybackCtlr->IsAlarm() )
   450     {
   451     {
   451         iVideoPlaybackCtlr->iPlayer->Stop();
   452         iVideoPlaybackCtlr->iPlayer->Stop();
   452 
   453 
   453         iVideoPlaybackCtlr->ChangeState( EMPXVideoStopped );
   454         iVideoPlaybackCtlr->ChangeState( EMPXVideoStopped );
   454 
   455