PrimoBurner(tm) for C++
4.2
CD, DVD and Blu-ray Software Development Kit
|
Implement this interface to receive progress notifications from DiscArchive. More...
#include <PrimoBurner.h>
Inherits Reference.
Public Member Functions | |
virtual bool_t | onRequestRename (const char_t *originalLayoutPath, const char_t *newLayoutPath) |
Called by DiscArchive to ask the client code if a file can be renamed to a specific name within the layout. | |
virtual void | onSourceFileErrorWithPath (const char_t *sourcePath, const char_t *layoutPath, const ErrorInfo *error) |
Called when a specific file could not be accessed or read while executing DiscArchive::prepareArchive(). | |
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. |
Implement this interface to receive progress notifications from DiscArchive.
virtual bool_t onRequestRename | ( | const char_t * | originalLayoutPath, |
const char_t * | newLayoutPath | ||
) | [virtual] |
Called by DiscArchive to ask the client code if a file can be renamed to a specific name within the layout.
originalLayoutPath | [in] Null-terminated string of the original path to the item for which a new name is generated. |
newLayoutPath | [in] Null-terminated string of the renamed item. |
virtual void onSourceFileErrorWithPath | ( | const char_t * | sourcePath, |
const char_t * | layoutPath, | ||
const ErrorInfo * | error | ||
) | [virtual] |
Called when a specific file could not be accessed or read while executing DiscArchive::prepareArchive().
sourcePath | [in] The Actual full path of the file on the hard drive/network location/ etc, for which the error was raised. |
layoutPath | [in] The path of the item within the layout, for which the error was raised. This value may be used in the DataFile::find() method to access the actual DataFile item. |
error | [in] The description of the error that triggered the file error. |
int32_t release | ( | ) | const [virtual] |
Simple implementation of primo::Reference::release.
Implements Reference.
int32_t retain | ( | ) | const [virtual] |
Simple implementation of primo::Reference::retain.
Implements Reference.
int32_t retainCount | ( | ) | const [virtual] |
Simple implementation of primo::Reference::retainCount.
Implements Reference.