#include <libburn.h>
Data Fields | |
int | multi_session |
int | multi_track |
int | start_adr |
off_t | start_alignment |
The alignment for start addresses. | |
off_t | start_range_low |
The lowest permissible start address. | |
off_t | start_range_high |
The highest addressable start address. | |
int | might_do_tao |
Potential availability of write modes 4= needs no size prediction, not to be chosen automatically 3= needs size prediction, not to be chosen automatically 2= available, no size prediction necessary 1= available, needs exact size prediction 0= not available With CD media (profiles 0x09 and 0x0a) check also the elements _block_types of the according write mode. | |
int | might_do_sao |
int | might_do_raw |
int | current_profile |
Profile number which was current when the reply was generated. | |
int | current_is_cd_profile |
Wether the current profile indicates CD media. | |
int | might_simulate |
Wether the current profile is able to perform simulated write. |
Definition at line 2630 of file libburn.h.
|
Wether the current profile indicates CD media. 1=yes, 0=no |
|
Profile number which was current when the reply was generated.
|
|
|
|
|
|
Potential availability of write modes 4= needs no size prediction, not to be chosen automatically 3= needs size prediction, not to be chosen automatically 2= available, no size prediction necessary 1= available, needs exact size prediction 0= not available With CD media (profiles 0x09 and 0x0a) check also the elements _block_types of the according write mode.
|
|
Wether the current profile is able to perform simulated write.
|
|
|
|
|
|
|
|
The alignment for start addresses. ( start_address start_alignment ) must be 0. |
|
The highest addressable start address.
|
|
The lowest permissible start address.
|