#include <mda/common/resource.h>
class TMdaFileClipLocation : public TMdaClipLocation, public TMdaClipLocation |
Public Attributes | |
---|---|
TBuf< 256 > | iName |
Public Member Functions | |
---|---|
TMdaFileClipLocation() | |
TMdaFileClipLocation(const TDesC &) |
Inherited Attributes | |
---|---|
TMdaClipLocation::iSize | |
TMdaClipLocation::iVisible | |
TMdaRawPackage::iThis |
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().
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 & | aName | ) | [inline] |
Constructor with a filename.
Parameters | |
---|---|
aName | The name of the file that contains the audio clip data. |