etRecord Events


OnDone
OnError
OnWarning
 


etRecord.OnDone

Parameters: none
Version 2.x:
OnStop
Edition:
Standard, Professional, Enterprise
This event is fired when the recording is complete and the audio device is freed.

etRecord.OnError

Edition: Standard, Professional, Enterprise
OnError - See Common Events

etRecord.OnWarning

Parameters: var Continue: Boolean
Edition:
Standard, Professional, Enterprise
<Click here for example>

This event fires when a warning is detected.

In the current version this will only happen when the recording size reaches or surpasses the etRecord.Source.MaxSize property.

The default value of the Continue parameter is True. If the false is changed to False within the event handler routine then the recording will stop and the etRecord.OnDone event will fire.



etRecord Overview etRecord Methods