Location:
mda\common\audio.h
Link against: n/a
TMdaSiboWveClipFormat
Supported from 6.0
The format for .wve audio clips used on 16 bit Psion devices.
An object of this type can be passed to CMdaAudioRecorderUtility::OpenL()
or CMdaAudioConvertUtility::OpenL()
.
|
Defined in TMdaSiboWveClipFormat
:
TMdaSiboWveClipFormat()
, iRepeatCount
, iTrailingSilence
Inherited from TMdaPackage
:
Type()
,
Uid()
,
operator==()
TMdaSiboWveClipFormat();
The default constructor initialises the object so that it can be identified by the media server.
TInt iTrailingSilence;
The silence between repeats, measured in seconds. This value is not currently used.
TInt iRepeatCount;
The number of repeats.