Abstract
The Burn module.
Index: BLOCK_MODE1 BLOCK_MODE2R BLOCK_MODE2_LAME BLOCK_MODE2_OBSCURE BLOCK_MODE2_OK BLOCK_MODE2_PATHETIC BLOCK_RAW0 BLOCK_RAW16 BLOCK_RAW96P BLOCK_RAW96R CDI CDROM CDXA POS_END finish init message msf_to_sectors sectors_to_msf verbosity=
Functions | |
---|---|
finish | finish |
Shutdowns the library. This should be called before exiting your application. Make sure that all drives you have grabbed are released before calling this.
| |
init | init |
This must be called before using any other methods in the library. It may be called more than once with no effect. If is possible to 'restart' the library by shutting it down and re-initializing it, though there is no good reason to do that.
| |
message | message |
Retrieves a message.
| |
msf_to_sectors | msf_to_sectors(minutes, seconds, frames) |
Converts a minute-second-frame (MSF) value to a sector count.
| |
sectors_to_msf | sectors_to_msf(lba) |
Converts a sector count to a minute-second-frame (MSF). # Example: minutes, seconds, frames = Burn.sectors_to_msf(100)
| |
verbosity= | verbosity=(level) |
Sets the verbosity level of the library. The default value is 0, which means that nothing is output on stderr. The more you increase this, the more debug output should be displayed on stderr for you.
|