PrimoBurner(tm) for C++
4.6
CD, DVD and Blu-ray Software Development Kit
|
Speed Descriptor. More...
#include <PrimoBurnerAPI.h>
Public Member Functions | |
virtual int32_t | endDiscAddress () const =0 |
Gets the end disc address for which a given reading/burning data rate can be supported. More... | |
virtual RotationControlType::Enum | rotationControl () const =0 |
Gets the type of the medium Rotation Control used. More... | |
virtual int | transferRateKB () const =0 |
Gets the transfer rate that corresponds to a given speed (in Kbytes). More... | |
Speed Descriptor.
|
pure virtual |
Gets the end disc address for which a given reading/burning data rate can be supported.
This is currently always set to the medium capacity if a medium is mounted.
|
pure virtual |
Gets the type of the medium Rotation Control used.
|
pure virtual |
Gets the transfer rate that corresponds to a given speed (in Kbytes).
To calculate the speed relative to 1x divide the result to Speed1xKB::CD for CD, Speed1xKB::DVD for DVD, or Speed1xKB::BD for Blu-ray.