videoplayback/videohelix/src/mpxvideoplaybackcontroller.cpp
changeset 2 dec420019252
parent 1 6711b85517b7
child 6 7d91903f795f
equal deleted inserted replaced
1:6711b85517b7 2:dec420019252
    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: 40 %
    18 // Version : %version: ou1cpsw#41 %
    19 
    19 
    20 
    20 
    21 //
    21 //
    22 //  INCLUDE FILES
    22 //  INCLUDE FILES
    23 //
    23 //
  1726             playbackAllowed = EFalse;
  1726             playbackAllowed = EFalse;
  1727 
  1727 
  1728             iState->SendErrorToViewL( KMPXVideoTvOutPlaybackNotAllowed );
  1728             iState->SendErrorToViewL( KMPXVideoTvOutPlaybackNotAllowed );
  1729         }
  1729         }
  1730     }
  1730     }
  1731     else
       
  1732     {
       
  1733         //
       
  1734         //  Pause playback since TV-Out accessory has been disconnected.
       
  1735         //
       
  1736         DoHandleCommandL( EPbCmdPause );
       
  1737     }
       
  1738 
  1731 
  1739     //
  1732     //
  1740     //  Send notice to the playback view with TV-Out connection status
  1733     //  Send notice to the playback view with TV-Out connection status
  1741     //  and TV-Out playback allowed flag
  1734     //  and TV-Out playback allowed flag
  1742     //
  1735     //