Update contrib.
1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
18 #ifndef __MDA_CLIENT_VIDEO_H__
19 #define __MDA_CLIENT_VIDEO_H__
21 #ifndef __MDA_COMMON_RESOURCE_H__
22 #include <mda/common/resource.h>
24 #ifndef __MDA_COMMON_VIDEO_H__
25 #include <mda/common/video.h>
28 // Media Server Bitmap Device
33 class TMdaFbsBitmapDevice : public TMdaStreamDevice
36 inline TMdaFbsBitmapDevice();
42 class TMdaFbsBitmapHandle : public TMdaPackage
45 inline TMdaFbsBitmapHandle();
53 class TMdaFbsBitmapMaskHandle : public TMdaPackage
56 inline TMdaFbsBitmapMaskHandle();
61 #include <mda/client/video.inl>