CAknSoundInfo Class Reference

API published in: S60 1st Ed

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 MediaServer.

Public Member Functions

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

Static Public Member Functions

static IMPORT_C CAknSoundInfo NewL ()
  Constructor.

Data Fields

TInt16  iPriority
TInt16  iFrequency
TInt  iPreference
HBufC *  iFile
TInt  iDuration
HBufC8 *  iSequence
TUint8  iVolume
TSoundType  iType

Constructor & Destructor Documentation

IMPORT_C CAknSoundInfo::~CAknSoundInfo  ) 
 

Destructor.


Member Function Documentation

IMPORT_C void CAknSoundInfo::ExternalizeL RWriteStream &  aStream  )  const
 
IMPORT_C void CAknSoundInfo::InternalizeL RReadStream &  aStream  ) 
 
static IMPORT_C CAknSoundInfo* CAknSoundInfo::NewL  )  [static]
 

Constructor.


Field Documentation

TInt CAknSoundInfo::iDuration
 
HBufC* CAknSoundInfo::iFile
 
TInt16 CAknSoundInfo::iFrequency
 
TInt CAknSoundInfo::iPreference
 
TInt16 CAknSoundInfo::iPriority
 
HBufC8* CAknSoundInfo::iSequence
 
TSoundType CAknSoundInfo::iType
 
TUint8 CAknSoundInfo::iVolume
 

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

Copyright © Nokia Corporation 2001-2008
Back to top