Abstract
Options relative to writing operations.
Inherits from: Object ← Burn::WriteOptions .
Included in: Burn .
Index: TYPE_PACKET TYPE_RAW TYPE_SAO TYPE_TAO new set_perform_opc set_simulate set_toc_entries set_underrun_proof set_write_type
Class methods | |
---|---|
new | new(drive) |
Creates a new Burn::WriteOptions for burning to the specified drive.
|
Instance methods | |
---|---|
set_perform_opc | set_perform_opc(state) |
Sets whether the drive should use opc or not.
| |
set_simulate | set_simulate(state) |
Sets wheither the drive should perform a simulation instead of a burn or not.
| |
set_toc_entries | set_toc_entries(*toc_entries) |
Supplies toc entries for writing - not normally required for cd mastering.
| |
set_underrun_proof | set_underrun_proof(state) |
Controls buffer underrun prevention.
| |
set_write_type | set_write_type(write_type, block_type) |
Sets the write type.
|