PrimoBurner(tm) for C++
4.2
CD, DVD and Blu-ray Software Development Kit
|
Disc Information. More...
#include <PrimoBurner.h>
Inherits Reference.
Public Member Functions | |
virtual DiscStatus::Enum | discStatus () const =0 |
Returns the status of the disc. | |
virtual uint16_t | firstTrack () const =0 |
Returns the number of the first track in last session present on the disc. | |
virtual bool_t | isErasable () const =0 |
Returns a value that identifies the disc as erasable or not. | |
virtual uint16_t | lastTrack () const =0 |
Returns the number of the last track in last session present on the disc. | |
virtual uint16_t | sessions () const =0 |
Returns the number of sessions present on the disc. | |
virtual SessionState::Enum | sessionState () const =0 |
Returns the status of the last session present on the disc. |
Disc Information.
virtual DiscStatus::Enum discStatus | ( | ) | const [pure virtual] |
Returns the status of the disc.
virtual bool_t isErasable | ( | ) | const [pure virtual] |
Returns a value that identifies the disc as erasable or not.
virtual SessionState::Enum sessionState | ( | ) | const [pure virtual] |
Returns the status of the last session present on the disc.