| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
object --+
         |
        MediaDefinition
Class encapsulating information about CD media definitions.
The following media types are accepted:
MEDIA_CDR_74: 74-minute CD-R media (650 MB capacity)
    MEDIA_CDRW_74: 74-minute CD-RW media (650 MB capacity)
    MEDIA_CDR_80: 80-minute CD-R media (700 MB capacity)
    MEDIA_CDRW_80: 80-minute CD-RW media (700 MB capacity)
    Note that all of the capacities associated with a media definition are
  in terms of ISO sectors (util.ISO_SECTOR_SIZE).
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  | |||
| 
 | |||
| mediaType Configured media type. | |||
| rewritable Boolean indicating whether the media is rewritable. | |||
| initialLeadIn Initial lead-in required for first image written to media. | |||
| leadIn Lead-in required on successive images written to media. | |||
| capacity Total capacity of the media before any required lead-in. | |||
| Inherited from  | |||
| 
 | |||
| 
 Creates a media definition for the indicated media type. 
 | 
| 
 Sets values based on media type. 
 | 
| 
 | |||
| mediaTypeConfigured media type. 
 | 
| rewritableBoolean indicating whether the media is rewritable. 
 | 
| initialLeadInInitial lead-in required for first image written to media. 
 | 
| leadInLead-in required on successive images written to media. 
 | 
| capacityTotal capacity of the media before any required lead-in. 
 | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |