#include <mmf/common/mmfaudio.h>
Link against: mmfstandardcustomcommands.lib
class TMMFAudioSetRepeatsConfig |
Public Attributes | |
---|---|
TInt | iRepeatNumberOfTimes |
TTimeIntervalMicroSeconds | iTrailingSilence |
Public Member Functions | |
---|---|
TMMFAudioSetRepeatsConfig() |
TInt | iRepeatNumberOfTimes |
The number of times the audio sample, together with the trailing silence, is to be repeated.
If this is set to KMdaRepeatForever, then the audio sample, together with the trailing silence, is
repeated indefinitely or until Stop() is called. If this is set to zero, then the audio sample
is not repeated. The behaviour is undefined for negative values (other than KMdaRepeatForever).
TTimeIntervalMicroSeconds | iTrailingSilence |
The time interval of the training silence.