StartFromClipboard method |
|
Remarks
Starts a new recording session from a sound contained inside the system clipboard.
In order to understand if a CF_WAVE format sound is available inside the clipboard you can call the IsSoundAvailableInClipboard method.
During the recording sessions the container application is notified through the CallbackForRecordersEvents delegate which is invoked with the nEvent parameter set to EV_REC_START at the beginning and to EV_REC_STOP at the end. The current percentage of advancement is notified through the EV_REC_PERC event.
For details about recording from files see the How to record from files, memory or clipboard section.
Syntax
Return value
|