Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: Resource.h

Class TMdaFileClipLocation

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(), or to CMdaAudioConvertUtility::OpenL().

Derivation

Members

Defined in TMdaFileClipLocation:
TMdaFileClipLocation(), TMdaFileClipLocation(), iName

Inherited from TMdaClipLocation:
iSize, iVisible

Inherited from TMdaPackage:
SetUid(), Type(), Uid(), operator==()

Inherited from TMdaRawPackage:
Package(), SetSize(), iThis


Construction and destruction


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

inline TMdaFileClipLocation(const TDesC &aName);

Description

Constructor with a filename.

Parameters

const TDesC &aName

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

[Top]


Member data


iName

TBuf< 256 > iName;

Description

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