Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: 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:
At(), Count(), NewL(), NewLC(), RestoreL()

Inherited from CBase:
Delete(), Extension_(), operator new()


Construction and destruction


NewL()

static IMPORT_C CBaSystemSoundArray *NewL();

Description

Return value

CBaSystemSoundArray *


NewLC()

static IMPORT_C CBaSystemSoundArray *NewLC();

Description

Return value

CBaSystemSoundArray *

[Top]


Member functions


RestoreL()

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

TBaSystemSoundUid aSSUid


Count()

IMPORT_C TInt Count();

Description

Return value

TInt


At()

IMPORT_C TBaSystemSoundInfo At(TInt aIndex);

Description

Parameters

TInt aIndex

Return value

TBaSystemSoundInfo