Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <Resource.h>

Class TMdaDesClipLocation

Interface status: deprecated

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(TMdaClipLocation *,TMdaClipFormat *,TMdaPackage *,TMdaPackage *), or to CMdaAudioConvertUtility::OpenL(const TDesC &,const TDesC &).

Derivation

Members

Defined in TMdaDesClipLocation:

Inherited from TMdaClipLocation:

Inherited from TMdaPackage:

Inherited from TMdaRawPackage:


Construction and destruction


TMdaDesClipLocation()

Interface status: deprecated Inherited from: 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(TDes8 &)

Interface status: deprecated Inherited from: 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(const TDesC8 &)

Interface status: deprecated Inherited from: 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

Interface status: deprecated Inherited from: TMdaDesClipLocation

TThreadId iThreadId;

Description

The ID of the current thread.


iDes

Interface status: deprecated Inherited from: TMdaDesClipLocation

TDesC8 * iDes;

Description

The descriptor that contains the binary audio clip data.