|
|
|
|
Location:
Resource.h
class TMdaFileClipLocation : public TMdaClipLocation;
A package containing the name of a file that stores 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
TMdaFileClipLocation - A package containing the name of a file that stores audio clip data
Defined in TMdaFileClipLocation:
TMdaFileClipLocation(), TMdaFileClipLocation(), iName
Inherited from TMdaClipLocation:
iSize,
iVisible
Inherited from TMdaPackage:
SetUid(),
Type(),
Uid(),
operator==()
Inherited from TMdaRawPackage:
Package(),
SetSize(),
iThis
inline TMdaFileClipLocation();
Default constructor. Initialises the package attributes so that it can be sent to the server. The filename is not initialised.
inline TMdaFileClipLocation(const TDesC &aName);
Constructor with a filename.
|
TBuf< 256 > iName;
The name of the file that contains the audio clip data.