Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <BASSND.H>
Link against: bafl.lib

Class CBaSystemSoundArray

class CBaSystemSoundArray : public CBase;

Description

An array to contain the set of system sounds for a TBaSystemSoundUid

Derivation

Members

Defined in CBaSystemSoundArray:

Inherited from CBase:


Construction and destruction


NewL()

IMPORT_C static CBaSystemSoundArray* NewL();

Description

Return value

CBaSystemSoundArray *


NewLC()

IMPORT_C static CBaSystemSoundArray* NewLC();

Description

Return value

CBaSystemSoundArray *

[Top]


Member functions


RestoreL(RFs &,TBaSystemSoundUid)

IMPORT_C void RestoreL(RFs &aFsSession, TBaSystemSoundUid aSSUid);

Description

Retrieves all instances of a sound category.

Parameters

RFs &aFsSession

unused parameter kept for backward compatibility

TUid aSSUid


Count()

IMPORT_C TInt Count();

Description

Return value

TInt


At(TInt)

IMPORT_C TBaSystemSoundInfo At(TInt aIndex);

Description

Parameters

TInt aIndex

Return value

TBaSystemSoundInfo