Information on a drive in the system.
More...
#include <libburn.h>
Information on a drive in the system.
Definition at line 600 of file libburn.h.
◆ buffer_size
| int burn_drive_info::buffer_size |
DEPRECATED: The size of the drive's buffer (in kilobytes)
Definition at line 647 of file libburn.h.
◆ c2_errors
| unsigned int burn_drive_info::c2_errors |
DEPRECATED: Can the drive report C2 errors.
Definition at line 644 of file libburn.h.
◆ drive
| struct burn_drive* burn_drive_info::drive |
◆ location
| char burn_drive_info::location[17] |
Invalid: Was: "Location of the drive in the filesystem.".
This string has no meaning any more. Once it stored the drive device file address. Now always use function burn_drive_d_get_adr() to inquire a device file address. ^^^^^ ALWAYS ^^^^^^^
Definition at line 613 of file libburn.h.
◆ packet_block_types
| int burn_drive_info::packet_block_types |
The supported block types in packet mode.
They should be tested with the desired block type. See also burn_block_types.
Definition at line 673 of file libburn.h.
◆ product
| char burn_drive_info::product[17] |
◆ raw_block_types
| int burn_drive_info::raw_block_types |
The supported block types in raw mode.
They should be tested with the desired block type. See also burn_block_types.
Definition at line 667 of file libburn.h.
◆ read_cdr
| unsigned int burn_drive_info::read_cdr |
Can the drive read CD-R discs.
Definition at line 627 of file libburn.h.
◆ read_cdrw
| unsigned int burn_drive_info::read_cdrw |
Can the drive read CD-RW discs.
Definition at line 629 of file libburn.h.
◆ read_dvdr
| unsigned int burn_drive_info::read_dvdr |
Can the drive read DVD-R discs.
Definition at line 623 of file libburn.h.
◆ read_dvdram
| unsigned int burn_drive_info::read_dvdram |
Can the drive read DVD-RAM discs.
Definition at line 621 of file libburn.h.
◆ read_dvdrom
| unsigned int burn_drive_info::read_dvdrom |
Can the drive read DVD-ROM discs.
Definition at line 625 of file libburn.h.
◆ revision
| char burn_drive_info::revision[5] |
Revision of the drive.
Definition at line 607 of file libburn.h.
◆ sao_block_types
| int burn_drive_info::sao_block_types |
The supported block types in sao mode.
They should be tested with the desired block type. See also burn_block_types.
Definition at line 661 of file libburn.h.
◆ tao_block_types
| int burn_drive_info::tao_block_types |
The supported block types in tao mode.
They should be tested with the desired block type. See also burn_block_types.
Definition at line 655 of file libburn.h.
◆ vendor
| char burn_drive_info::vendor[9] |
◆ write_cdr
| unsigned int burn_drive_info::write_cdr |
Can the drive write CD-R discs.
Definition at line 636 of file libburn.h.
◆ write_cdrw
| unsigned int burn_drive_info::write_cdrw |
Can the drive write CD-RW discs.
Definition at line 638 of file libburn.h.
◆ write_dvdr
| unsigned int burn_drive_info::write_dvdr |
Can the drive write DVD-R discs.
Definition at line 634 of file libburn.h.
◆ write_dvdram
| unsigned int burn_drive_info::write_dvdram |
Can the drive write DVD-RAM discs.
Definition at line 632 of file libburn.h.
◆ write_simulate
| unsigned int burn_drive_info::write_simulate |
Can the drive simulate a write.
Definition at line 641 of file libburn.h.
The documentation for this struct was generated from the following file: