PrimoBurner for .NET  5.0
CD, DVD and Blu-ray Software Development Kit
Loading...
Searching...
No Matches
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.
 
IList< BDVersionBDREWriteVersion [get]
 Returns a list of BDVersion objects, each describing the BD-RE media class and version for which writing is supported.
 
IList< BDVersionBDROMReadVersion [get]
 Returns a list of BDVersion objects, each describing the BD-ROM media class and version for which reading is supported.
 
IList< BDVersionBDRReadVersion [get]
 Returns a list of BDVersion objects, each describing the BD-R media class and version for which reading is supported.
 
IList< BDVersionBDRWriteVersion [get]
 Returns a list of BDVersion objects, each describing the BD-R media class and version for which writing is supported.
 
bool CanReadBDR [get]
 Indicates the device is able to read BD-R media.
 
bool CanReadBDRE [get]
 Indicates the device is able to read BD-RE media.
 
bool CanReadBDROM [get]
 Indicates the device is able to read BD-ROM media.
 
bool CanWriteBDR [get]
 Indicates the device is able to write BD-R media.
 
bool CanWriteBDRE [get]
 Indicates the device is able to write BD-RE media.
 

Detailed Description

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

Property Documentation

◆ BDREReadVersion

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.

◆ BDREWriteVersion

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.

◆ BDROMReadVersion

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.

◆ BDRReadVersion

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.

◆ BDRWriteVersion

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.