| 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().
| Public Member Functions | |
|---|---|
| TMdaFileClipLocation() | |
| TMdaFileClipLocation(const TDesC &) | |
| Public Attributes | |
|---|---|
| TBuf< 256 > | iName | 
| Inherited Attributes | |
|---|---|
| TMdaClipLocation::iSize | |
| TMdaClipLocation::iVisible | |
| TMdaRawPackage::iThis | |
| TMdaFileClipLocation | ( | ) | [inline] | 
Default constructor. Initialises the package attributes so that it can be sent to the server. The filename is not initialised.
| TMdaFileClipLocation | ( | const TDesC & | aName | ) | [inline] | 
Constructor with a filename.
| const TDesC & aName | The name of the file that contains the audio clip data. |