uiacceltk/hitchcock/ServerCore/Inc/alfstreamerconsts.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 03 May 2010 13:22:43 +0300
changeset 19 f5bac0badc7e
parent 14 83d2d132aa58
child 21 6ce30188c5bf
permissions -rw-r--r--
Revision: 201015 Kit: 201018

/*
* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:   IPC command ids for server and client 
*
*/



#ifndef __ALFSTREAMERCONSTS_H__
#define __ALFSTREAMERCONSTS_H__

#include "alfstreameruids.h"

enum 
    {
    EAlfDecodSLoadPlugin,
    EAlfDecodSUnloadPlugin,
    EAlfDecodSSendSynch,
    EAlfDecodSSendAsynch,
    EAlfDecodSCancelAsynch,
    EAlfDecodSPrepareFrame,
    EAlfBridgerAsyncronousData,
    EAlfBridgerSendChunk,
    EAlfBridgerSendSyncData,
    EAlfBridgerRequestDataBlock,
    EDsNotifyNativeWindowData,
    EAlfBridgerBlindSend,
    EAlfSetScreenRotation, 
    EAlfGetNativeWindowHandles,
    EAlfSynchronize,
    EAlfPostDataToCompositionClient,
    EAlfPostDataToCompositionTarget,
    EAlfGetListOfWGsHavingInactiveSurfaces, 
    EAlfQueueRequestBGSessions,
    EAlfGetNumberOfActiveEffects,
    EAlfRequestSignal,
    EAlfCompleteSignal

    };

enum TAlfCompOps{
    KAlfCompOpCreateSource = 15000,   
    KAlfCompOpCreateToken,
    KAlfCompOpBindSourceToToken,
    KAlfCompOpEnableAlpha,
    KAlfCompOpSetOpacity,
    KAlfCompOpSetRotation, 
    KAlfCompOpSetZOrder,
    KAlfCompOpSetExtent,
    KAlfCompOpEnableKb,
    KAlfCompOpRequestEvent,
    KAlfCompOpCancelEventRequest,
    KAlfComOpSetBackgroundAnim,
    KAlfCompOpSessionClosed,
    KAlfCompOpSetSRect,
    
    KAlfCompositionFrameReady = 16000,
    KAlfCompositionLowOnGraphicsMemory,
    KAlfCompositionTargetHidden,
    KAlfCompositionTargetCreated,
    KAlfCompositionWServReady,
    KAlfCompositionWServScreenNumber,
    KAlfCompositionSourceScreenNumber,
    KAlfCompositionGoodOnGraphicsMemory,
    KAlfCompositionTargetVisible,
    KAlfCompositionTargetHiddenBGAnim,
    KAlfCompositionTargetVisibleBGAnim,
    
    KAlfCompositionLayoutSwitchComplete
    
    };

struct TAlfNativeWindowData
    {
    TInt  iScreenNumber;
    TInt  iAlfWindowGrpId;
    TUint iAlfWindowHandle;
    };

/* bitfield*/
enum TAlfSignalFlags
    {
    EAlfSignalEffectStarted = 0x1,
    EAlfSignalEffectComplete = 0x2,    
    
    };
    
#endif