Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: bassnd.h
Link against: bafl.lib

Class TBaSoundPriorityBase

class TBaSoundPriorityBase;

Description

Utility class to bundle up priority, priority preference and device specific data Only intended to be used in conjunction with TBaSystemSoundInfo::iPriority

Layout of class is bits 31 -> 16: Device specific priority preference data bits 15 -> 8: Standard Epoc TMdaPriorityPreference setting bits 7 -> 0: Priority value stored as a TInt8. Maximum range possible is -256 -> +255 Note that MediaSvr currently defines a narrower range than this

Members

Defined in TBaSoundPriorityBase:
Int(), Priority(), PriorityPreference(), TBaSoundPriorityBase(), iPriority


Construction and destruction


TBaSoundPriorityBase()

protected: inline TBaSoundPriorityBase();

Description

[Top]


Member functions


Int()

inline TInt Int() const;

Description

Return value

TInt


Priority()

inline TInt Priority() const;

Description

Return value

TInt


PriorityPreference()

IMPORT_C TMdaPriorityPreference PriorityPreference() const;

Description

Return value

TMdaPriorityPreference

[Top]


Member data


iPriority

protected: TInt iPriority;

Description