|
PrimoBurner(tm) for C++
5.0
CD, DVD and Blu-ray Software Development Kit
|
Implement this callback interface to receive progress and status notifications from DiscCopy. More...
#include <pb_api.h>
Inherits Reference.
Public Member Functions | |
| virtual bool_t | onContinueCopy () |
| This method is called to check if the image read/write operation should continue. | |
| virtual void | onProgress (uint32_t current, uint32_t all) |
| This method is called to report the number of blocks written to or read from the processed medium. | |
| virtual void | onStatus (DiscCopyStatus::Enum status) |
| This method is called to report the status of the image creation/writing process. | |
| virtual void | onTrackStatus (int trackIndex, int percentWritten) |
| This method is called to report the write/read progress of individual tracks. | |
| int32_t | release () const |
| Simple implementation of primo::Reference::release. | |
| int32_t | retain () const |
| Simple implementation of primo::Reference::retain. | |
| int32_t | retainCount () const |
| Simple implementation of primo::Reference::retainCount. | |
| virtual int32_t | release () const =0 |
| Releases the instance. | |
| virtual int32_t | retain () const =0 |
| Retains the instance. | |
| virtual int32_t | retainCount () const =0 |
| Returns the current reference count. | |
Implement this callback interface to receive progress and status notifications from DiscCopy.
|
virtual |
This method is called to check if the image read/write operation should continue.
|
virtual |
This method is called to report the number of blocks written to or read from the processed medium.
| 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. |
|
virtual |
This method is called to report the status of the image creation/writing process.
| status | The status of the disc copy process. |
|
virtual |
This method is called to report the write/read progress of individual tracks.
| 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. |
|
virtual |
Simple implementation of primo::Reference::release.
Implements Reference.
|
virtual |
Simple implementation of primo::Reference::retain.
Implements Reference.
|
virtual |
Simple implementation of primo::Reference::retainCount.
Implements Reference.