bluetoothappprofiles/avrcp/remconbeareravrcp/inc/playerbitmasks.h
changeset 19 43824b19ee35
parent 0 f63038272f30
equal deleted inserted replaced
17:f05641c183ff 19:43824b19ee35
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
   174 	TPlayerFeatureBitmask();
   174 	TPlayerFeatureBitmask();
   175 	TPlayerFeatureBitmask(const TPlayerFeatureBitmask& aFeatureBitmask);
   175 	TPlayerFeatureBitmask(const TPlayerFeatureBitmask& aFeatureBitmask);
   176 	
   176 	
   177 	inline const TDesC8& FeatureBitmask() const;
   177 	inline const TDesC8& FeatureBitmask() const;
   178 
   178 
   179 	void SetCoreApiFeatures(RArray<TUint> aOperation);
   179 	void SetCoreApiFeatures(const RArray<TUint>& aOperation);
   180 	void SetAbsoluteVolumeApiFeatures(RArray<TUint> aOperation);
   180 	void SetAbsoluteVolumeApiFeatures(const RArray<TUint>& aOperation);
   181 	void SetGroupNavigationApiFeatures(RArray<TUint> aOperation);
   181 	void SetGroupNavigationApiFeatures(const RArray<TUint>& aOperation);
   182 	void SetNowPlayingApiFeatures(RArray<TUint> aOperation);
   182 	void SetNowPlayingApiFeatures(const RArray<TUint>& aOperation);
   183 	void SetMediaBrowseApiFeatures(RArray<TUint> aOperation);
   183 	void SetMediaBrowseApiFeatures(const RArray<TUint>& aOperation);
   184 
   184 
   185 private:
   185 private:
   186 	void SetCoreApiFeatures();
   186 	void SetCoreApiFeatures();
   187 
   187 
   188 private:
   188 private: