Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: mda\common\resource.h
Link against: n/a

Class TMdaFileClipLocation

TMdaFileClipLocation

Support

Supported from 6.0

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

TMdaClipLocationAbstract base class for providing the location of audio clip data
TMdaFileClipLocationA package containing the name of a file that stores audio clip data
TMdaPackageA data structure used to package messages (that include the package type) sent between the media server and its clients
TMdaRawPackageAbstract base class for all media server package types

Defined in TMdaFileClipLocation:
TMdaFileClipLocation(), iName

Inherited from TMdaClipLocation:
iSize, iVisible

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


Construction


TMdaFileClipLocation()

TMdaFileClipLocation();

Description

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


TMdaFileClipLocation()

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]


Data members


iName

TBuf<256> iName

Description

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