Abstract
Data source for tracks.
Inherits from: Object ← Burn::Source .
Included in: Burn .
Index: STATUS_EOF STATUS_FAILED STATUS_OK new
| Class methods | |
|---|---|
| new | new(path, subpath) |
Creates a data source for an image file (and maybe subcode file).
| |
| Constants | |
|---|---|
| STATUS_EOF | The source is at the end of the file. |
| STATUS_FAILED | The source is unusable. |
| STATUS_OK | The source is ok. |