connectivitymodules/SeCon/services/pcd/src/sconvideoparser.cpp
changeset 40 b63e67867dcd
parent 37 74081e1a0272
equal deleted inserted replaced
39:9905f7d46607 40:b63e67867dcd
   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;