#include <mda/common/resource.h>
| class TMdaDesClipLocation : public TMdaClipLocation, public TMdaClipLocation |
| Public Attributes | |
|---|---|
| TDesC8 * | iDes |
| TThreadId | iThreadId |
| Public Member Functions | |
|---|---|
| TMdaDesClipLocation() | |
| TMdaDesClipLocation(TDes8 &) | |
| TMdaDesClipLocation(const TDesC8 &) | |
| Inherited Attributes | |
|---|---|
| TMdaClipLocation::iSize | |
| TMdaClipLocation::iVisible | |
| TMdaRawPackage::iThis | |
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().
| 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 & | aWriteableDes | ) | [inline] |
Constructor with a modifiable descriptor. Initialises the thread ID and the descriptor.
| Parameters | |
|---|---|
| aWriteableDes | A modifiable descriptor which contains the sound data. |
| TMdaDesClipLocation | ( | const TDesC8 & | aReadOnlyDes | ) | [inline] |
Constructor with a non-modifiable descriptor. Initialises the thread ID and the descriptor.
| Parameters | |
|---|---|
| aReadOnlyDes | A non-modifiable descriptor which contains the sound data. |