PrimoBurner(tm) for C++
4.2
CD, DVD and Blu-ray Software Development Kit
|
Session Info. More...
#include <PrimoBurner.h>
Inherits Reference.
Public Member Functions | |
virtual uint8_t | firstSession () const =0 |
Gets the number of the first complete session on the CD. | |
virtual uint8_t | lastSession () const =0 |
Gets the number of the last complete session on the disc. | |
virtual TocTrack * | track () const =0 |
Gets information for the first track in the last complete session on the CD. |
Session Info.
virtual uint8_t firstSession | ( | ) | const [pure virtual] |
Gets the number of the first complete session on the CD.
The number of the first complete session is always one.
virtual uint8_t lastSession | ( | ) | const [pure virtual] |
Gets the number of the last complete session on the disc.
The method returns one for a single session disc or if the device does not support multi-session discs.