Package CedarBackup2 :: Package writers :: Module dvdwriter
[show private | hide private]
[frames | no frames]

Module CedarBackup2.writers.dvdwriter

Provides functionality related to DVD writer devices.

Author: Kenneth J. Pronovici <pronovic@ieee.org>

Classes
MediaDefinition Class encapsulating information about DVD media definitions.
DvdWriter Class representing a device that knows how to write some kinds of DVD media.
MediaCapacity Class encapsulating information about DVD media capacity.
_ImageProperties Simple value object to hold image properties for DvdWriter.

Variable Summary
int MEDIA_DVDPLUSR: Constant representing DVD+R media.
int MEDIA_DVDPLUSRW: Constant representing DVD+RW media.
list EJECT_COMMAND = ['eject']
list GROWISOFS_COMMAND = ['growisofs']
Logger logger = <logging.Logger instance at 0x4035d18c>
list MEDIAINFO_COMMAND = ['dvd+rw-mediainfo']

Variable Details

MEDIA_DVDPLUSR

Constant representing DVD+R media.
Type:
int
Value:
1                                                                     

MEDIA_DVDPLUSRW

Constant representing DVD+RW media.
Type:
int
Value:
2                                                                     

EJECT_COMMAND

Type:
list
Value:
['eject']                                                              

GROWISOFS_COMMAND

Type:
list
Value:
['growisofs']                                                          

logger

Type:
Logger
Value:
<logging.Logger instance at 0x4035d18c>                                

MEDIAINFO_COMMAND

Type:
list
Value:
['dvd+rw-mediainfo']                                                   

Generated by Epydoc 2.1 on Mon Feb 26 20:52:30 2007 http://epydoc.sf.net