TMdaFileClipLocation Class Reference

#include <mda/common/resource.h>

class TMdaFileClipLocation : public TMdaClipLocation, public TMdaClipLocation

Detailed Description

Deprecated

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

Deprecated

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

Member Attribute Documentation

iName

TBuf< 256 >iName

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

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
aNameThe name of the file that contains the audio clip data.