|
|
|
|
Location:
Resource.h
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().
TMdaRawPackage - Abstract base class for all media server package types
TMdaPackage - A data structure used to package messages (that include the package type) sent between the media server and its clients
TMdaClipLocation - Abstract base class for providing the location of audio clip data
TMdaDesClipLocation - A package containing a non-modifiable 8 bit descriptor that stores binary audio clip data
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
inline 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.
inline TMdaDesClipLocation(TDes8 &aWriteableDes);
Constructor with a modifiable descriptor. Initialises the thread ID and the descriptor.
|
inline 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.