CListenerLocation Class Reference

API published in: S60 3rd Ed

Link against: listenerlocationeffect.lib

Capability Information

Required Capabilities

None


#include <listenerlocationbase.h>

Inherits CLocation.


Detailed Description

This is the listener location effect class for managing audio location settings.

Public Member Functions

virtual IMPORT_C  ~CListenerLocation ()
  Destructor.
IMPORT_C TUid  Uid () const

Static Public Member Functions

static IMPORT_C CListenerLocation NewL (CMdaAudioConvertUtility &aUtility)
  Factory function for creating the listener location object.
static IMPORT_C CListenerLocation NewL (CMdaAudioInputStream &aUtility)
  Factory function for creating the listener location object.
static IMPORT_C CListenerLocation NewL (CMdaAudioOutputStream &aUtility)
  Factory function for creating the listener location object.
static IMPORT_C CListenerLocation NewL (CMdaAudioPlayerUtility &aUtility)
  Factory function for creating the listener location object.
static IMPORT_C CListenerLocation NewL (CMdaAudioRecorderUtility &aUtility, TBool aRecordStream)
  Factory function for creating the listener location object.
static IMPORT_C CListenerLocation NewL (CMdaAudioToneUtility &aUtility)
  Factory function for creating the listener location object.
static IMPORT_C CListenerLocation NewL (CMMFDevSound &aDevSound)
  Factory function for creating the listener location object.
static IMPORT_C CListenerLocation NewL (CCustomCommandUtility *aUtility)
  Factory function for creating the listener location object.
static IMPORT_C CListenerLocation NewL (MCustomInterface &aCustomInterface)
  Factory function for creating the listener location object.
static IMPORT_C CListenerLocation NewL (CMidiClientUtility &aUtility)
  Factory function for creating the listener location object.
static IMPORT_C CListenerLocation NewL (CDrmPlayerUtility &aUtility)
  Factory function for creating the listener location object.
static IMPORT_C CListenerLocation NewL (CVideoPlayerUtility &aUtility)
  Factory function for creating the listener location object.

Protected Member Functions

IMPORT_C  CListenerLocation ()
  Private C++ constructor for this class.

Friends

class  CListenerLocationMessageHandler

Constructor & Destructor Documentation

virtual IMPORT_C CListenerLocation::~CListenerLocation  )  [virtual]
 

Destructor.

IMPORT_C CListenerLocation::CListenerLocation  )  [protected]
 

Private C++ constructor for this class.

Parameters:
aEffectObserver  reference to event observer object
Returns:
-

Member Function Documentation

static IMPORT_C CListenerLocation* CListenerLocation::NewL CVideoPlayerUtility &  aUtility  )  [static]
 

Factory function for creating the listener location object.

Parameters:
CVideoPlayerUtility  A reference to a CVideoPlayerUtility object
Returns:
pointer to CListenerLocation object
static IMPORT_C CListenerLocation* CListenerLocation::NewL CDrmPlayerUtility aUtility  )  [static]
 

Factory function for creating the listener location object.

Parameters:
CDrmPlayerUtility  A reference to a CDrmPlayerUtility object
Returns:
pointer to CListenerLocation object
static IMPORT_C CListenerLocation* CListenerLocation::NewL CMidiClientUtility &  aUtility  )  [static]
 

Factory function for creating the listener location object.

Parameters:
aUtility  A reference to a CMidiClientUtility
Returns:
pointer to CListenerLocation object
static IMPORT_C CListenerLocation* CListenerLocation::NewL MCustomInterface aCustomInterface  )  [static]
 

Factory function for creating the listener location object.

Parameters:
aCustomInterface  A reference to a custom interface
Returns:
pointer to CListenerLocation object
static IMPORT_C CListenerLocation* CListenerLocation::NewL CCustomCommandUtility *  aUtility  )  [static]
 

Factory function for creating the listener location object.

Parameters:
aUtility  A reference to a custom command utility
Returns:
pointer to CListenerLocation object
static IMPORT_C CListenerLocation* CListenerLocation::NewL CMMFDevSound &  aDevSound  )  [static]
 

Factory function for creating the listener location object.

Parameters:
aDevSound  A reference to a DevSound instance
Returns:
pointer to CListenerLocation object
static IMPORT_C CListenerLocation* CListenerLocation::NewL CMdaAudioToneUtility &  aUtility  )  [static]
 

Factory function for creating the listener location object.

Parameters:
aUtility  A reference to an audio tone utility
Returns:
pointer to CListenerLocation object
static IMPORT_C CListenerLocation* CListenerLocation::NewL CMdaAudioRecorderUtility &  aUtility,
TBool  aRecordStream
[static]
 

Factory function for creating the listener location object.

Parameters:
aUtility  A reference to an audio record utility
aRecordStream  ETrue if the effect is to be applied to the recording, EFalse if the effect is to be applied only to the playback
Returns:
pointer to CListenerLocation object
static IMPORT_C CListenerLocation* CListenerLocation::NewL CMdaAudioPlayerUtility &  aUtility  )  [static]
 

Factory function for creating the listener location object.

Parameters:
aUtility  A reference to an audio player utility
Returns:
pointer to CListenerLocation object
static IMPORT_C CListenerLocation* CListenerLocation::NewL CMdaAudioOutputStream &  aUtility  )  [static]
 

Factory function for creating the listener location object.

Parameters:
aUtility  A reference to an audio output stream utility
Returns:
pointer to CListenerLocation object
static IMPORT_C CListenerLocation* CListenerLocation::NewL CMdaAudioInputStream &  aUtility  )  [static]
 

Factory function for creating the listener location object.

Parameters:
aUtility  A reference to an audio input stream utility
Returns:
pointer to CListenerLocation object
static IMPORT_C CListenerLocation* CListenerLocation::NewL CMdaAudioConvertUtility &  aUtility  )  [static]
 

Factory function for creating the listener location object.

Parameters:
aUtility  A reference to a convert utility
Returns:
pointer to CListenerLocation object
IMPORT_C TUid CListenerLocation::Uid  )  const [virtual]
 

Implements CAudioEffect.


Friends And Related Function Documentation

friend class CListenerLocationMessageHandler [friend]
 

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

Copyright © Nokia Corporation 2001-2008
Back to top