|
|
|
|
Location:
BASSND.H
Link against: bafl.lib
class BaSystemSound;
Utility class to handle system sounds.
Defined in BaSystemSound:
GetSound(), SetSoundL(), SystemSoundFile()
static IMPORT_C TInt GetSound(RFs &aFsSession, const TBaSystemSoundType &aType, TBaSystemSoundInfo &aInfo);
Gets sound information from the specified file.
|
|
| Capability: | WriteDeviceData | Note only clients with WriteDeviceData capability can sucessfully call this API. |
static IMPORT_C void SetSoundL(RFs &aFsSession, const TBaSystemSoundInfo &aInfo);
Adds the specified system sound to the array of system sounds if it does not already exist in the array.
|
static IMPORT_C TFileName SystemSoundFile();
Returns the name of the system sound table. This interface will be deprecated in a future release and eventually removed. A new API will be provided to allow clients to monitor for changes to System Sounds.
|