PrimoBurner for .NET  4.6
CD, DVD and Blu-ray Software Development Kit
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
BDFeatures Class Reference

Container for the Blu-ray Disc features supported by the device. More...

Properties

IList< BDVersionBDREReadVersion [get]
 Returns a list of BDVersion objects, each describing the BD-RE media class and version for which reading is supported. More...
 
IList< BDVersionBDREWriteVersion [get]
 Returns a list of BDVersion objects, each describing the BD-RE media class and version for which writing is supported. More...
 
IList< BDVersionBDROMReadVersion [get]
 Returns a list of BDVersion objects, each describing the BD-ROM media class and version for which reading is supported. More...
 
IList< BDVersionBDRReadVersion [get]
 Returns a list of BDVersion objects, each describing the BD-R media class and version for which reading is supported. More...
 
IList< BDVersionBDRWriteVersion [get]
 Returns a list of BDVersion objects, each describing the BD-R media class and version for which writing is supported. More...
 
bool CanReadBDR [get, set]
 Indicates the device is able to read BD-R media. More...
 
bool CanReadBDRE [get, set]
 Indicates the device is able to read BD-RE media. More...
 
bool CanReadBDROM [get, set]
 Indicates the device is able to read BD-ROM media. More...
 
bool CanWriteBDR [get, set]
 Indicates the device is able to write BD-R media. More...
 
bool CanWriteBDRE [get, set]
 Indicates the device is able to write BD-RE media. More...
 

Detailed Description

Container for the Blu-ray Disc features supported by the device.

Property Documentation

IList<BDVersion> BDREReadVersion
get

Returns a list of BDVersion objects, each describing the BD-RE media class and version for which reading is supported.

The list is read-only.

IList<BDVersion> BDREWriteVersion
get

Returns a list of BDVersion objects, each describing the BD-RE media class and version for which writing is supported.

The list is read-only.

IList<BDVersion> BDROMReadVersion
get

Returns a list of BDVersion objects, each describing the BD-ROM media class and version for which reading is supported.

The list is read-only.

IList<BDVersion> BDRReadVersion
get

Returns a list of BDVersion objects, each describing the BD-R media class and version for which reading is supported.

The list is read-only.

IList<BDVersion> BDRWriteVersion
get

Returns a list of BDVersion objects, each describing the BD-R media class and version for which writing is supported.

The list is read-only.

bool CanReadBDR
getset

Indicates the device is able to read BD-R media.

bool CanReadBDRE
getset

Indicates the device is able to read BD-RE media.

bool CanReadBDROM
getset

Indicates the device is able to read BD-ROM media.

bool CanWriteBDR
getset

Indicates the device is able to write BD-R media.

bool CanWriteBDRE
getset

Indicates the device is able to write BD-RE media.