1 // Copyright (c) 2008-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.
28 ERemConAudioPlayer = 1,
29 ERemConVideoPlayer = 1<<1,
30 ERemConBroadcastingAudioPlayer = 1<<2,
31 ERemConBroadcastingVideoPlayer = 1<<3,
38 ERemConPodcast = 1<<1,
41 class TPlayerTypeInformation
44 TPlayerType iPlayerType;
45 TPlayerSubType iPlayerSubType;
48 #endif // PLAYERTYPE_H