uiacceltk/hitchcock/ServerCore/Inc/alfstreamerconsts.h
changeset 0 15bf7259bb7c
child 3 d8a3531bc6b8
equal deleted inserted replaced
-1:000000000000 0:15bf7259bb7c
       
     1 /*
       
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:   IPC command ids for server and client 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef __ALFSTREAMERCONSTS_H__
       
    21 #define __ALFSTREAMERCONSTS_H__
       
    22 
       
    23 #include "alfstreameruids.h"
       
    24 
       
    25 enum 
       
    26     {
       
    27     EAlfDecodSLoadPlugin,
       
    28     EAlfDecodSUnloadPlugin,
       
    29     EAlfDecodSSendSynch,
       
    30     EAlfDecodSSendAsynch,
       
    31     EAlfDecodSCancelAsynch,
       
    32     EAlfDecodSPrepareFrame,
       
    33     EAlfBridgerAsyncronousData,
       
    34     EAlfBridgerSendChunk,
       
    35     EAlfBridgerSendSyncData,
       
    36     EAlfBridgerRequestDataBlock,
       
    37     EDsNotifyNativeWindowData,
       
    38     EAlfBridgerBlindSend,
       
    39     EAlfSetScreenRotation, 
       
    40     EAlfGetNativeWindowHandles
       
    41     };
       
    42 
       
    43 enum TAlfCompOps{
       
    44     KAlfCompOpCreateSource = 15000,   
       
    45     KAlfCompOpCreateToken,
       
    46     KAlfCompOpBindSourceToToken,
       
    47     KAlfCompOpEnableAlpha,
       
    48     KAlfCompOpSetOpacity,
       
    49     KAlfCompOpSetRotation, 
       
    50     KAlfCompOpSetZOrder,
       
    51     KAlfCompOpSetExtent,
       
    52     KAlfCompOpEnableKb,
       
    53     KAlfCompOpRequestEvent,
       
    54     KAlfCompOpCancelEventRequest,
       
    55     KAlfComOpSetBackgroundAnim,
       
    56     KAlfCompOpSessionClosed,
       
    57     KAlfCompOpSetSRect,
       
    58     
       
    59     KAlfCompositionFrameReady = 16000,
       
    60     KAlfCompositionLowOnGraphicsMemory,
       
    61     KAlfCompositionTargetHidden,
       
    62     KAlfCompositionTargetCreated,
       
    63     KAlfCompositionWServReady,
       
    64     KAlfCompositionWServScreenNumber,
       
    65     KAlfCompositionSourceScreenNumber,
       
    66     KAlfCompositionGoodOnGraphicsMemory,
       
    67     KAlfCompositionTargetVisible
       
    68     
       
    69     };
       
    70 
       
    71 struct TAlfNativeWindowData
       
    72     {
       
    73     TInt  iScreenNumber;
       
    74     TInt  iAlfWindowGrpId;
       
    75     TUint iAlfWindowHandle;
       
    76     };
       
    77     
       
    78 #endif