1.1 --- a/epoc32/include/mmf/server/mmfdatasourcesink.hrh Tue Nov 24 13:55:44 2009 +0000
1.2 +++ b/epoc32/include/mmf/server/mmfdatasourcesink.hrh Tue Mar 16 16:12:26 2010 +0000
1.3 @@ -1,1 +1,49 @@
1.4 -mmfdatasourcesink.hrh
1.5 +// Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
1.6 +// All rights reserved.
1.7 +// This component and the accompanying materials are made available
1.8 +// under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
1.9 +// which accompanies this distribution, and is available
1.10 +// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
1.11 +//
1.12 +// Initial Contributors:
1.13 +// Nokia Corporation - initial contribution.
1.14 +//
1.15 +// Contributors:
1.16 +//
1.17 +// Description:
1.18 +//
1.19 +
1.20 +#ifndef __MMF_SERVER_DATASOURCESINK_HRH__
1.21 +#define __MMF_SERVER_DATASOURCESINK_HRH__
1.22 +
1.23 +
1.24 +// Implementation UIDs for MDataSource and MDataSink
1.25 +// These are used for ECOM instantiation and for type identification.
1.26 +
1.27 +const TUid KUidMmfDataPath = {0x101F5D06};
1.28 +const TUid KUidMmfFormatDecode = {0x101F5D04};
1.29 +const TUid KUidMmfFormatEncode = {0x101F5D05};
1.30 +const TUid KUidMmfAudioOutput = {0x101F53B9};
1.31 +const TUid KUidMmfAudioInput = {0x101F53BB};
1.32 +
1.33 +//Defined as TUints for implementation table
1.34 +const TUint KMmfUidFileSource = 0x101F53B1;
1.35 +const TUint KMmfUidFileSink = 0x101F53B3;
1.36 +const TUint KMmfUidDescriptorSource = 0x101F53B2;
1.37 +const TUint KMmfUidDescriptorSink = 0x101F53B4;
1.38 +const TUint KMmfUidUrlSource = 0x101F6068;
1.39 +const TUint KMmfUidUrlSink = 0x101F6069;
1.40 +
1.41 +const TUid KUidMmfFileSource = {KMmfUidFileSource};
1.42 +const TUid KUidMmfFileSink = {KMmfUidFileSink};
1.43 +const TUid KUidMmfDescriptorSource = {KMmfUidDescriptorSource};
1.44 +const TUid KUidMmfDescriptorSink = {KMmfUidDescriptorSink};
1.45 +const TUid KUidMmfUrlSource = {KMmfUidUrlSource};
1.46 +const TUid KUidMmfUrlSink = {KMmfUidUrlSink};
1.47 +
1.48 +//media ids
1.49 +static const TUid KUidMediaTypeAudio = {0x101F5D07};
1.50 +static const TUid KUidMediaTypeVideo = {0x101F5D08};
1.51 +static const TUid KUidMediaTypeMidi = {0x101F7D02};
1.52 +
1.53 +#endif