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

Container for the CD features supported by the device. More...

Properties

bool CanReadCDR [get, set]
 Indicates the device can read CD-R media. More...
 
bool CanReadCDROM [get, set]
 Indicates the device can read CD-ROM media. More...
 
bool CanReadCDRW [get, set]
 Indicates the device can read CD-RW media. More...
 
bool CanReadCDText [get, set]
 Indicates the device supports CD-Text reading. More...
 
bool CanReadPackedRW [get, set]
 Indicates the device supports R-W sub-channel reading with the returned R-W data de-interleaved and error corrected. More...
 
bool CanReadRawRW [get, set]
 Indicates the device supports raw R-W sub-channel reading. More...
 
bool CanTestWrite [get, set]
 Indicates the device supports test writing/simulation on CD-R/CD-RW. More...
 
bool CanWriteCDR [get, set]
 Indicates the device can write CD-R media. More...
 
bool CanWriteCDRW [get, set]
 Indicates the device can write CD-RW media. More...
 
bool CanWritePacket [get, set]
 Indicates the device can write CD using the Packet method (WriteMethod.Packet) More...
 
bool CanWriteRawDao [get, set]
 Indicates the device can write CD using one of the RAW methods. More...
 
bool CanWriteRawDaoWithPQ [get, set]
 Indicates the device can write CD using RAW data and packed P-Q sub-channel information. More...
 
bool CanWriteRawDaoWithPW [get, set]
 Indicates the device can write CD using RAW data, raw P-Q and Packed R-W sub-channel information. More...
 
bool CanWriteRawDaoWithRawPW [get, set]
 Indicates the device can write CD using RAW data and raw P-W sub-channel information. More...
 
bool CanWriteSao [get, set]
 Indicates the device can write CD using the Session-At-Once method (WriteMethod.Sao) More...
 
bool CanWriteTao [get, set]
 Indicates the device can write CD using the Track-At-Once method (WriteMethod.Tao) More...
 

Detailed Description

Container for the CD features supported by the device.

Property Documentation

bool CanReadCDR
getset

Indicates the device can read CD-R media.

bool CanReadCDROM
getset

Indicates the device can read CD-ROM media.

bool CanReadCDRW
getset

Indicates the device can read CD-RW media.

bool CanReadCDText
getset

Indicates the device supports CD-Text reading.

bool CanReadPackedRW
getset

Indicates the device supports R-W sub-channel reading with the returned R-W data de-interleaved and error corrected.

bool CanReadRawRW
getset

Indicates the device supports raw R-W sub-channel reading.

bool CanTestWrite
getset

Indicates the device supports test writing/simulation on CD-R/CD-RW.

bool CanWriteCDR
getset

Indicates the device can write CD-R media.

bool CanWriteCDRW
getset

Indicates the device can write CD-RW media.

bool CanWritePacket
getset

Indicates the device can write CD using the Packet method (WriteMethod.Packet)

bool CanWriteRawDao
getset

Indicates the device can write CD using one of the RAW methods.

(WriteMethod.RawDao, WriteMethod.RawDao2352 or WriteMethod.FullRawDao).

bool CanWriteRawDaoWithPQ
getset

Indicates the device can write CD using RAW data and packed P-Q sub-channel information.

bool CanWriteRawDaoWithPW
getset

Indicates the device can write CD using RAW data, raw P-Q and Packed R-W sub-channel information.

bool CanWriteRawDaoWithRawPW
getset

Indicates the device can write CD using RAW data and raw P-W sub-channel information.

bool CanWriteSao
getset

Indicates the device can write CD using the Session-At-Once method (WriteMethod.Sao)

bool CanWriteTao
getset

Indicates the device can write CD using the Track-At-Once method (WriteMethod.Tao)