PrimoBurner(tm) for C++
4.6
CD, DVD and Blu-ray Software Development Kit
|
Implement this interface to provide information to DiscArchive for managing the footer size. More...
#include <PrimoBurnerAPI.h>
Inherits Reference.
Public Member Functions | |
virtual bool_t | add (DataFile *file, int64_t maxIncrement) |
This method is called during DiscArchive::prepareLayout(). More... | |
int32_t | release () const |
Simple implementation of primo::Reference::release. More... | |
int32_t | retain () const |
Simple implementation of primo::Reference::retain. More... | |
int32_t | retainCount () const |
Simple implementation of primo::Reference::retainCount. More... | |
virtual int64_t | size () |
This method is called when DiscArchive needs to know footer size during DiscArchive::prepareLayout(). More... | |
Implement this interface to provide information to DiscArchive for managing the footer size.
|
virtual |
This method is called during DiscArchive::prepareLayout().
file | [in] The file that is to be added to the layout. |
maxIncrement | [in] The maximum space available for the footer to grow. |
|
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.
|
virtual |
This method is called when DiscArchive needs to know footer size during DiscArchive::prepareLayout().