| class TMdaDesClipLocation : public TMdaClipLocation | 
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().
| Public Member Functions | |
|---|---|
| TMdaDesClipLocation() | |
| TMdaDesClipLocation(TDes8 &) | |
| TMdaDesClipLocation(const TDesC8 &) | |
| Public Attributes | |
|---|---|
| TDesC8 * | iDes | 
| TThreadId | iThreadId | 
| Inherited Attributes | |
|---|---|
| TMdaClipLocation::iSize | |
| TMdaClipLocation::iVisible | |
| TMdaRawPackage::iThis | |
| 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.
| TDes8 & 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.
| const TDesC8 & aReadOnlyDes | A non-modifiable descriptor which contains the sound data. |