#include <bassnd.h>
class CBaSystemSoundArray : public CBase |
Public Member Functions | |
---|---|
CBaSystemSoundArray() | |
~CBaSystemSoundArray() | |
IMPORT_C TBaSystemSoundInfo | At(TInt) |
IMPORT_C TInt | Count() |
IMPORT_C CBaSystemSoundArray * | NewL() |
IMPORT_C CBaSystemSoundArray * | NewLC() |
IMPORT_C void | RestoreL(RFs &, TBaSystemSoundUid) |
An array to contain the set of system sounds for a TBaSystemSoundUid
CBaSystemSoundArray | ( | ) |
~CBaSystemSoundArray | ( | ) |
IMPORT_C TBaSystemSoundInfo | At | ( | TInt | aIndex | ) |
IMPORT_C TInt | Count | ( | ) |
IMPORT_C CBaSystemSoundArray * | NewL | ( | ) | [static] |
IMPORT_C CBaSystemSoundArray * | NewLC | ( | ) | [static] |
IMPORT_C void | RestoreL | ( | RFs & | aFsSession, |
TBaSystemSoundUid | aSSUid | |||
) |
Retrieves all instances of a sound category.
Parameters | |
---|---|
aFsSession | unused parameter kept for backward compatibility |