Location:
mda\common\resource.h
Link against: n/a
TMdaFileClipLocation
Supported from 6.0
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()
.
|
Defined in TMdaFileClipLocation
:
TMdaFileClipLocation()
, iName
Inherited from TMdaClipLocation
:
iSize
,
iVisible
Inherited from TMdaPackage
:
Type()
,
Uid()
,
operator==()
TMdaFileClipLocation();
Default constructor. Initialises the package attributes so that it can be sent to the server. The filename is not initialised.
TMdaFileClipLocation(const TDesC& aName);
Constructor with a filename.
|
TBuf<256> iName
The name of the file that contains the audio clip data.