Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <Resource.h>

Class TMdaFileClipLocation

Interface status: deprecated

class TMdaFileClipLocation : public TMdaClipLocation;

Description

A package containing the name of a file that stores audio clip data.

An object of this class can be passed to CMdaAudioRecorderUtility::OpenL(TMdaClipLocation *,TMdaClipFormat *,TMdaPackage *,TMdaPackage *), or to CMdaAudioConvertUtility::OpenL(const TDesC &,const TDesC &).

Derivation

Members

Defined in TMdaFileClipLocation:

Inherited from TMdaClipLocation:

Inherited from TMdaPackage:

Inherited from TMdaRawPackage:


Construction and destruction


TMdaFileClipLocation()

Interface status: deprecated Inherited from: TMdaFileClipLocation

inline TMdaFileClipLocation();

Description

Default constructor. Initialises the package attributes so that it can be sent to the server. The filename is not initialised.


TMdaFileClipLocation(const TDesC &)

Interface status: deprecated Inherited from: TMdaFileClipLocation

inline TMdaFileClipLocation(const TDesC &aName);

Description

Constructor with a filename.

Parameters

const TDesC16 &aName

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

[Top]


Member data


iName

Interface status: deprecated Inherited from: TMdaFileClipLocation

TBuf< 256 > iName;

Description

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