| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
object --+
         |
        MediaCapacity
Class encapsulating information about CD media capacity.
Space used includes the required media lead-in (unless the disk is unused). Space available attempts to provide a picture of how many bytes are available for data storage, including any required lead-in.
The boundaries value is either None (if multisession 
  discs are not supported or if the disc has no boundaries) or in exactly 
  the form provided by cdrecord -msinfo.  It can be passed 
  as-is to the IsoImage class.
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  | |||
| 
 | |||
| bytesUsed Space used on disc, in bytes. | |||
| bytesAvailable Space available on disc, in bytes. | |||
| boundaries Session disc boundaries, in terms of ISO sectors. | |||
| totalCapacity Total capacity of the disc, in bytes. | |||
| utilized Percentage of the total capacity which is utilized. | |||
| Inherited from  | |||
| 
 | |||
| 
 Initializes a capacity object. 
 | 
| 
 Informal string representation for class instance. 
 | 
| 
 | |||
| bytesUsedSpace used on disc, in bytes. 
 | 
| bytesAvailableSpace available on disc, in bytes. 
 | 
| boundariesSession disc boundaries, in terms of ISO sectors. 
 | 
| totalCapacityTotal capacity of the disc, in bytes. 
 | 
| utilizedPercentage of the total capacity which is utilized. 
 | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |