Implement this callback interface to receive progress and status notifications from DiscCopy.
More...
#include <PrimoBurnerAPI.h>
Inherits Reference.
Implement this callback interface to receive progress and status notifications from DiscCopy.
virtual bool_t onContinueCopy |
( |
| ) |
|
|
virtual |
This method is called to check if the image read/write operation should continue.
- Returns
- 1 The operation should continue.
-
0 The operation should stop.
virtual void onProgress |
( |
uint32_t |
current, |
|
|
uint32_t |
all |
|
) |
| |
|
virtual |
This method is called to report the number of blocks written to or read from the processed medium.
- Parameters
-
current | The number of blocks that have been written to/read from the processed medium. |
all | The total number of blocks that will be written to/read from the processed medium. |
This method is called to report the status of the image creation/writing process.
- Parameters
-
status | The status of the disc copy process. |
- See Also
- DiscCopyStatus::Enum
virtual void onTrackStatus |
( |
int |
trackIndex, |
|
|
int |
percentWritten |
|
) |
| |
|
virtual |
This method is called to report the write/read progress of individual tracks.
- Parameters
-
trackIndex | The zero based index of the track that is being written/read. |
percentWritten | The percentage of the track data that has been written to/read from the processed medium. |
int32_t release |
( |
| ) |
const |
|
virtual |
int32_t retainCount |
( |
| ) |
const |
|
virtual |