connectivitymodules/SeCon/services/pcd/src/sconvideoparser.cpp
changeset 36 9ba7f05d28a5
parent 26 fdc38da86094
equal deleted inserted replaced
35:0ca79e3612d9 36:9ba7f05d28a5
   104     
   104     
   105     iWindow = new(ELeave) RWindow( iWsSession );
   105     iWindow = new(ELeave) RWindow( iWsSession );
   106     User::LeaveIfError( iWindow->Construct(iRootWindow, reinterpret_cast<TUint32>(&iRootWindow) + 1) );
   106     User::LeaveIfError( iWindow->Construct(iRootWindow, reinterpret_cast<TUint32>(&iRootWindow) + 1) );
   107     
   107     
   108     TRect temp(0,0,320,240); // dummy parameter
   108     TRect temp(0,0,320,240); // dummy parameter
       
   109     
   109     iVideoUtil = CVideoPlayerUtility::NewL(*this, EMdaPriorityNormal, EMdaPriorityPreferenceNone, iWsSession, *iScreen, *iWindow, temp, temp);
   110     iVideoUtil = CVideoPlayerUtility::NewL(*this, EMdaPriorityNormal, EMdaPriorityPreferenceNone, iWsSession, *iScreen, *iWindow, temp, temp);
   110     
   111     
   111     iTimeOut = CSconTimeOut::NewL( *this );
   112     iTimeOut = CSconTimeOut::NewL( *this );
   112     
   113     
   113     TRACE_FUNC_EXIT;
   114     TRACE_FUNC_EXIT;