PrimoBurner(tm) for C++
4.2
CD, DVD and Blu-ray Software Development Kit
|
Implement this interface to provide information to DiscArchive for managing the footer size. More...
#include <PrimoBurner.h>
Inherits Reference.
Public Member Functions | |
virtual bool_t | add (DataFile *file, int64_t maxIncrement) |
This method is called during DiscArchive::prepareLayout(). | |
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 int64_t | size () |
This method is called when DiscArchive needs to know footer size during DiscArchive::prepareLayout(). |
Implement this interface to provide information to DiscArchive for managing the footer size.
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. |
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.
virtual int64_t size | ( | ) | [virtual] |
This method is called when DiscArchive needs to know footer size during DiscArchive::prepareLayout().