Location:
mda\common\resource.h
Link against: n/a
TMdaDesClipLocation
Supported from 6.0
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()
.
|
Defined in TMdaDesClipLocation
:
TMdaDesClipLocation()
, iDes
, iThreadId
Inherited from TMdaClipLocation
:
iSize
,
iVisible
Inherited from TMdaPackage
:
Type()
,
Uid()
,
operator==()
TMdaDesClipLocation();
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);
Constructor with a modifiable descriptor. Initialises the thread ID and the descriptor.
|
TMdaDesClipLocation(const TDesC8& aReadOnlyDes);
Constructor with a non-modifiable descriptor. Initialises the thread ID and the descriptor.
|
TDesC8* iDes;
The descriptor that contains the binary audio clip data.