Location:
Resource.h
class TMdaClipFormat : public TMdaPackage;
The base class for audio clip sound formats.
This class is a package designed to wrap up the UID (and possibly other data) of an audio clip format.
A clip format object (for instance TMdaWavClipFormat
, TMdaAuClipFormat
or TMdaRawAudioClipFormat
) is passed as a parameter to CMdaAudioRecorderUtility::OpenL()
, and to CMdaAudioConvertUtility::OpenL()
.
TMdaRawPackage
- Abstract base class for all media server package types
TMdaPackage
- A data structure used to package messages (that include the package type) sent between the media server and its clients
TMdaClipFormat
- The base class for audio clip sound formats
Defined in TMdaClipFormat
:
TMdaClipFormat()
, TMdaClipFormat()
Inherited from TMdaPackage
:
SetUid()
,
Type()
,
Uid()
,
operator==()
Inherited from TMdaRawPackage
:
Package()
,
SetSize()
,
iThis