Receives progress callbacks during a cd-burn operation. More...
Public Member Functions | |
| BurnProgressListener () noexcept | |
| virtual | ~BurnProgressListener () |
| virtual bool | audioCDBurnProgress (float proportionComplete)=0 |
| Called at intervals to report on the progress of the AudioCDBurner. | |
Receives progress callbacks during a cd-burn operation.
| virtual AudioCDBurner::BurnProgressListener::~BurnProgressListener | ( | ) | [virtual] |
| virtual bool AudioCDBurner::BurnProgressListener::audioCDBurnProgress | ( | float | proportionComplete | ) | [pure virtual] |
Called at intervals to report on the progress of the AudioCDBurner.
To cancel the burn, return true from this method.