First public contribution.
1 // Copyright (c) 2005-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.
16 #ifndef CODECAPIRESOLVERCONSTS_H
17 #define CODECAPIRESOLVERCONSTS_H
20 Opaque data tag for the media uid
22 _LIT8(KMediaUid, "<i>");
25 Opaque data tag for the input data format
27 _LIT8(KInputPortFormat, "<s>");
30 Opaque data tag for the output data format
32 _LIT8(KOutputPortFormat, "<d>");
35 Opaque data tag for the manufacturer name
37 _LIT8(KManufacturer, "<m>");
40 Opaque data tag for the picture size
42 _LIT8(KMaxPictureSize, "<p>");
45 Opaque data tag for the picture rate and size
47 _LIT8(KListOfPictureRateAndSize, "<l>");
50 Opaque data tag general format
52 _LIT8(KTagMatch, "*<?>*");
55 Opaque data tag for comma
60 Length of a tag from the opaque data
62 const TUint KTagLength = 3;
64 #endif // CODECAPIRESOLVERCONSTS_H