Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: Resource.h

Class TMdaDesClipLocation

class TMdaDesClipLocation : public TMdaClipLocation;

Description

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().

Derivation

Members

Defined in TMdaDesClipLocation:
TMdaDesClipLocation(), TMdaDesClipLocation(), TMdaDesClipLocation(), iDes, iThreadId

Inherited from TMdaClipLocation:
iSize, iVisible

Inherited from TMdaPackage:
SetUid(), Type(), Uid(), operator==()

Inherited from TMdaRawPackage:
Package(), SetSize(), iThis


Construction and destruction


TMdaDesClipLocation()

inline TMdaDesClipLocation();

Description

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()

inline TMdaDesClipLocation(TDes8 &aWriteableDes);

Description

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

Parameters

TDes8 &aWriteableDes

A modifiable descriptor which contains the sound data.


TMdaDesClipLocation()

inline TMdaDesClipLocation(const TDesC8 &aReadOnlyDes);

Description

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

Parameters

const TDesC8 &aReadOnlyDes

A non-modifiable descriptor which contains the sound data.

[Top]


Member data


iThreadId

TThreadId iThreadId;

Description

The ID of the current thread.


iDes

TDesC8 * iDes;

Description

The descriptor that contains the binary audio clip data.