connectivitymodules/SeCon/services/pcd/inc/sconvideoparser.h
branchRCL_3
changeset 1 f8e15b44d440
parent 0 d0791faffa3f
child 13 81da3301b632
equal deleted inserted replaced
0:d0791faffa3f 1:f8e15b44d440
     1 /*
     1 /*
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   139     void ConstructL();
   139     void ConstructL();
   140     
   140     
   141 private: // data
   141 private: // data
   142     CVideoPlayerUtility* iVideoUtil;
   142     CVideoPlayerUtility* iVideoUtil;
   143     CTNEVideoClipInfo*   iVideoClip;
   143     CTNEVideoClipInfo*   iVideoClip;
   144 
   144     
   145     RWsSession          iWsSession;
   145     RWsSession          iWsSession;
   146     CWsScreenDevice*    iScreen;
   146     CWsScreenDevice*    iScreen;
       
   147     RWindow*            iWindow;
       
   148     RWindowGroup        iRootWindow;
       
   149     
   147     TRequestStatus*     iCallerStatus;
   150     TRequestStatus*     iCallerStatus;
   148     CActiveSchedulerWait iWait;
   151     CActiveSchedulerWait iWait;
   149     CSconTimeOut*       iTimeOut;
   152     CSconTimeOut*       iTimeOut;
   150     
   153     
   151     HBufC8* iThumbnail;
   154     HBufC8* iThumbnail;