connectivitymodules/SeCon/services/pcd/inc/sconvideoparser.h
changeset 37 74081e1a0272
parent 20 e1de7d03f843
equal deleted inserted replaced
22:1a3f0bca12c6 37:74081e1a0272
     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;
   154     
   157     
   155     TBool iVideoUtilReady;
   158     TBool iVideoUtilReady;
   156     TBool iVideoClipReady;
   159     TBool iVideoClipReady;
   157     TInt iVideoUtilErr;
   160     TInt iVideoUtilErr;
   158     TInt iVideoClipErr;
   161     TInt iVideoClipErr;
       
   162     TBool iAsyncStopCalled;
   159 };
   163 };
   160 
   164 
   161 #endif // SCONVIDEOPARSER_H
   165 #endif // SCONVIDEOPARSER_H
   162 
   166