connectivitymodules/SeCon/services/pcd/inc/sconvideoparser.h
changeset 20 e1de7d03f843
parent 19 2691f6aa1921
child 26 fdc38da86094
equal deleted inserted replaced
19:2691f6aa1921 20:e1de7d03f843
     1 /*
     1 /*
     2 * Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2008-2009 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     
       
   150     TRequestStatus*     iCallerStatus;
   147     TRequestStatus*     iCallerStatus;
   151     CActiveSchedulerWait iWait;
   148     CActiveSchedulerWait iWait;
   152     CSconTimeOut*       iTimeOut;
   149     CSconTimeOut*       iTimeOut;
   153     
   150     
   154     HBufC8* iThumbnail;
   151     HBufC8* iThumbnail;