class Solid.OpticalDisc |
|
|
This device interface is available on optical discs. An optical disc is a volume that can be inserted in CD-R*,DVD*,Blu-Ray,HD-DVD drives. |
|
Creates a new OpticalDisc object. You generally won't need this. It's created when necessary using Device.as().
backendObject - the device interface object provided by the backend See also Solid.Device.as() |
|
Retrieves the content types this disc contains (audio, video, data...). Returns the flag set indicating the available contents |
|
Retrieves the disc capacity (that is the maximum size of a volume could have on this disc). Returns the capacity of the disc in bytes |
|
Get the Solid.DeviceInterface.Type of the OpticalDisc device interface. Returns the OpticalDisc device interface type See also Solid.Ifaces.Enums.DeviceInterface.Type |
|
Retrieves the disc type (cdr, cdrw...). Returns the disc type |
|
Indicates if it's possible to write additional data to the disc. Returns true if the disc is appendable, false otherwise |
|
Indicates if the disc is blank. Returns true if the disc is blank, false otherwise |
|
Indicates if the disc is rewritable. A disc is rewritable if you can write on it several times. Returns true if the disc is rewritable, false otherwise |
Audio | - | ||
Data | - | ||
VideoCd | - | ||
SuperVideoCd | - | ||
VideoDvd | - |
UnknownDiscType | - | ||
CdRom | - | ||
CdRecordable | - | ||
CdRewritable | - | ||
DvdRom | - | ||
DvdRam | - | ||
DvdRecordable | - | ||
DvdRewritable | - | ||
DvdPlusRecordable | - | ||
DvdPlusRewritable | - | ||
DvdPlusRecordableDuallayer | - | ||
DvdPlusRewritableDuallayer | - | ||
BluRayRom | - | ||
BluRayRecordable | - | ||
BluRayRewritable | - | ||
HdDvdRom | - | ||
HdDvdRecordable | - | ||
HdDvdRewritable | - |