PrimoBurner(tm) for C++
4.6
CD, DVD and Blu-ray Software Development Kit
|
Serves as a container for the Blu-ray Disc features supported by the device. More...
#include <PrimoBurnerAPI.h>
Public Member Functions | |
virtual BDVersionEnum * | bdreReadVersions () const =0 |
Returns a list of BDVersion objects, each describing the BD-RE media class and version for which reading is supported. | |
virtual BDVersionEnum * | bdreWriteVersions () const =0 |
Returns a list of BDVersion objects, each describing the BD-RE media class and version for which writing is supported. | |
virtual BDVersionEnum * | bdromReadVersions () const =0 |
Returns a list of BDVersion objects, each describing the BD-ROM media class and version for which reading is supported. | |
virtual BDVersionEnum * | bdrReadVersions () const =0 |
Returns a list of BDVersion objects, each describing the BD-R media class and version for which reading is supported. | |
virtual BDVersionEnum * | bdrWriteVersions () const =0 |
Returns a list of BDVersion objects, each describing the BD-R media class and version for which writing is supported. | |
virtual bool_t | canReadBDR () const =0 |
Indicates the device is able to read BD-R media. | |
virtual bool_t | canReadBDRE () const =0 |
Indicates the device is able to read BD-RE media. | |
virtual bool_t | canReadBDRom () const =0 |
Indicates the device is able to read BD-ROM media. | |
virtual bool_t | canWriteBDR () const =0 |
Indicates the device is able to write BD-R media. | |
virtual bool_t | canWriteBDRE () const =0 |
Indicates the device is able to write BD-RE media. | |
Serves as a container for the Blu-ray Disc features supported by the device.