TMdaDesClipLocation Class Reference

#include <mda/common/resource.h>

class TMdaDesClipLocation : public TMdaClipLocation, public TMdaClipLocation

Detailed Description

Deprecated

A package containing a non-modifiable 8 bit descriptor that stores binary audio clip data.

An object of this class can be passed to CMdaAudioRecorderUtility::OpenL(), or to CMdaAudioConvertUtility::OpenL().

Deprecated

A package containing a non-modifiable 8 bit descriptor that stores binary audio clip data.

An object of this class can be passed to CMdaAudioRecorderUtility::OpenL(), or to CMdaAudioConvertUtility::OpenL().

Member Attribute Documentation

iDes

TDesC8 *iDes

The descriptor that contains the binary audio clip data.

iThreadId

TThreadId iThreadId

The ID of the current thread.

Constructor & Destructor Documentation

TMdaDesClipLocation ( )

TMdaDesClipLocation()[inline]

Default constructor. Initialises the package attributes so that it can be sent to the server. The thread ID is initialised, but the descriptor is not.

TMdaDesClipLocation ( TDes8 & )

TMdaDesClipLocation(TDes8 &aWriteableDes)[inline]

Constructor with a modifiable descriptor. Initialises the thread ID and the descriptor.

Parameters
aWriteableDesA modifiable descriptor which contains the sound data.

TMdaDesClipLocation ( const TDesC8 & )

TMdaDesClipLocation(const TDesC8 &aReadOnlyDes)[inline]

Constructor with a non-modifiable descriptor. Initialises the thread ID and the descriptor.

Parameters
aReadOnlyDesA non-modifiable descriptor which contains the sound data.