CAknSoundInfo Class Reference

Link against: avkon.lib

Capability Information

Required Capabilities

None


#include <
aknSoundInfo.h>

Detailed Description

Provides structure needed for passing the sound information for applications that create own instances to Media Server.
Dll Avkon.lib
Since:
S60 2.0

Public Member Functions

IMPORT_C ~CAknSoundInfo ()
 Destructor.
IMPORT_C void InternalizeL (RReadStream &aStream)
 Not currently implemented.
IMPORT_C void ExternalizeL (RWriteStream &aStream) const
 Not currently implemented.

Static Public Member Functions

static IMPORT_C CAknSoundInfoNewL ()
 Constructor.

Data Fields

TInt16 iPriority
 Priority of the sound.
TInt16 iFrequency
 Frequency of the sound.
TInt iPreference
 Preference of the sound.
HBufC * iFile
 Sound file, used with ESoundFile type only.
TInt iDuration
 Duration of the sound.
HBufC8 * iSequence
 Sequence of the sound, used with ESoundSequence type only.
TUint8 iVolume
 Default volume of the sound.
TSoundType iType
 Sound type.

Constructor & Destructor Documentation

IMPORT_C CAknSoundInfo::~CAknSoundInfo  ) 
 

Destructor.


Member Function Documentation

IMPORT_C void CAknSoundInfo::ExternalizeL RWriteStream &  aStream  )  const
 

Not currently implemented.

IMPORT_C void CAknSoundInfo::InternalizeL RReadStream &  aStream  ) 
 

Not currently implemented.

static IMPORT_C CAknSoundInfo* CAknSoundInfo::NewL  )  [static]
 

Constructor.

Returns:
Pointer to the new instance.

Field Documentation

TInt CAknSoundInfo::iDuration
 

Duration of the sound.

HBufC* CAknSoundInfo::iFile
 

Sound file, used with ESoundFile type only.

TInt16 CAknSoundInfo::iFrequency
 

Frequency of the sound.

TInt CAknSoundInfo::iPreference
 

Preference of the sound.

TInt16 CAknSoundInfo::iPriority
 

Priority of the sound.

HBufC8* CAknSoundInfo::iSequence
 

Sequence of the sound, used with ESoundSequence type only.

TSoundType CAknSoundInfo::iType
 

Sound type.

TUint8 CAknSoundInfo::iVolume
 

Default volume of the sound.


The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2007
Back to top