TMdaFileClipLocation Class Reference

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() .

Inherits from

Constructor & Destructor Documentation

TMdaFileClipLocation()

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 &)

TMdaFileClipLocation ( const TDesC & aName ) [inline]

Constructor with a filename.

Parameters

const TDesC & aName The name of the file that contains the audio clip data.

Member Data Documentation

TBuf< 256 > iName

TBuf < 256 > iName

The name of the file that contains the audio clip data.