71
|
1 |
/*
|
|
2 |
* Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies).
|
|
3 |
* All rights reserved.
|
|
4 |
* This component and the accompanying materials are made available
|
|
5 |
* under the terms of the License "Eclipse Public License v1.0"
|
|
6 |
* which accompanies this distribution, and is available
|
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
8 |
*
|
|
9 |
* Initial Contributors:
|
|
10 |
* Nokia Corporation - initial contribution.
|
|
11 |
*
|
|
12 |
* Contributors:
|
|
13 |
*
|
|
14 |
* Description:
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
// Version : %version: 2 %
|
|
20 |
|
|
21 |
|
|
22 |
|
|
23 |
#ifndef MEDIAPLAYERVARIANT_HRH
|
|
24 |
#define MEDIAPLAYERVARIANT_HRH
|
|
25 |
|
|
26 |
// KMediaPlayerMixerSupport and KMediaPlayerChangeRTForAll
|
|
27 |
// moved to the MusicPlayer
|
|
28 |
//
|
|
29 |
|
|
30 |
// Feature to enable Video contrast setting in Media Settings.
|
|
31 |
#define KMediaPlayerVideoContrast 0x01
|
|
32 |
|
|
33 |
// Feature to enable IPv6 access point support in Media Settings
|
|
34 |
// (Default access point).
|
|
35 |
#define KMediaPlayerIPv6Support 0x02
|
|
36 |
|
|
37 |
// Feature to hide various streaming functionalities for CR 409-372
|
|
38 |
#define KMediaPlayerHideStreamingFunctionality 0x04
|
|
39 |
|
|
40 |
// Feature to disable Save Prompt when Back softkey is pressed
|
|
41 |
#define KMediaPlayerDisableSavePrompt 0x08
|
|
42 |
|
|
43 |
// Feature to disable data transmission totally,
|
|
44 |
// when the streaming is in stopped state.
|
|
45 |
#define KMediaPlayerCloseData 0x10
|
|
46 |
|
|
47 |
// Feature to immediately return to calling application after streaming clip ends
|
|
48 |
#define KMediaPlayerReturnFocusBackToCallingApp 0x20
|
|
49 |
|
|
50 |
// Feature to enable marquee (scrolling) text in media player details dialog.
|
|
51 |
// If enabled, the item in dialog can be selected and the selected item starts
|
|
52 |
// scrolling if the item text cannot be displayed as whole on the screen.
|
|
53 |
#define KMediaPlayerMarqueeDetails 0x40
|
|
54 |
|
|
55 |
// Feature to enable marquee (scrolling) text for artist name label in
|
|
56 |
// Music Player. When enabled and if the artist name is too long to fit into
|
|
57 |
// space reserved for it, the label starts scrolling. Scrolling is associated
|
|
58 |
// to player state, when playing is started the label starts scrolling and if
|
|
59 |
// the playing is stopped the scrolling stops, too.
|
|
60 |
#define KMediaPlayerMarqueeArtistName 0x80
|
|
61 |
|
|
62 |
// Feature to enable Rocker Keys
|
|
63 |
#define KMediaPlayerRockerKeys 0x100
|
|
64 |
|
|
65 |
//Allow to add, edit url
|
|
66 |
#define MEDIAPLAYER_UI_Enhancements_P2
|
|
67 |
|
|
68 |
// Feature to use MP volume control instead of avkon volume control
|
|
69 |
#define KMEDIAPLAYERVOLUMECONTROL
|
|
70 |
|
|
71 |
#define _THUMBNAIL_SUPPORT
|
|
72 |
|
|
73 |
#endif // MEDIAPLAYERVARIANT_HRH
|