The reply structure for burn_disc_get_multi_caps().
More...
#include <libburn.h>
The reply structure for burn_disc_get_multi_caps().
Definition at line 3755 of file libburn.h.
◆ advised_write_mode
◆ current_is_cd_profile
| int burn_multi_caps::current_is_cd_profile |
Whether the current profile indicates CD media.
1=yes, 0=no
Definition at line 3828 of file libburn.h.
◆ current_profile
| int burn_multi_caps::current_profile |
Profile number which was current when the reply was generated.
Definition at line 3825 of file libburn.h.
◆ might_do_raw
| int burn_multi_caps::might_do_raw |
◆ might_do_sao
| int burn_multi_caps::might_do_sao |
◆ might_do_tao
| int burn_multi_caps::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.
Definition at line 3810 of file libburn.h.
◆ might_simulate
| int burn_multi_caps::might_simulate |
Whether the current profile is able to perform simulated write.
Definition at line 3833 of file libburn.h.
◆ multi_session
| int burn_multi_caps::multi_session |
◆ multi_track
| int burn_multi_caps::multi_track |
◆ selected_write_mode
◆ start_adr
| int burn_multi_caps::start_adr |
◆ start_alignment
| off_t burn_multi_caps::start_alignment |
The alignment for start addresses.
( start_address % start_alignment ) must be 0.
Definition at line 3791 of file libburn.h.
◆ start_range_high
| off_t burn_multi_caps::start_range_high |
The highest addressable start address.
Definition at line 3799 of file libburn.h.
◆ start_range_low
| off_t burn_multi_caps::start_range_low |
The lowest permissible start address.
Definition at line 3795 of file libburn.h.
The documentation for this struct was generated from the following file: