equal
deleted
inserted
replaced
|
1 // Copyright (c) 2003-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". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 /** |
|
17 @publishedPartner |
|
18 @released |
|
19 @file |
|
20 */ |
|
21 |
|
22 #ifndef __MMF_SWCODECWRAPPERCUSTOMINTERFACESUIDS_HRH__ |
|
23 #define __MMF_SWCODECWRAPPERCUSTOMINTERFACESUIDS_HRH__ |
|
24 |
|
25 /** |
|
26 Custom Interface Uid for these Hw Device implementations |
|
27 */ |
|
28 |
|
29 #define KMmfPlaySettingsCustomInterface 0x101F9FC1 |
|
30 #define KMmfRecordSettingsCustomInterface 0x101F9FC2 |
|
31 #define KMmfUidEmptyBuffersCustomInterface 0x1027379d |
|
32 |
|
33 /** |
|
34 Message from sw codec wrapper to hw device observer |
|
35 to tell it to update the bytes played via its play settings |
|
36 custom interface |
|
37 */ |
|
38 |
|
39 #define KMmfHwDeviceObserverUpdateBytesPlayed 0x101FE2A4 |
|
40 |
|
41 /** |
|
42 Custom Interface Uid for TTaskConfig |
|
43 */ |
|
44 #define KUidRefDevSoundTaskConfig 0x1020428A |
|
45 |
|
46 #endif |