Abstract
This class references a single track on a disc.
Inherits from: Object ← Burn::Track .
Included in: Burn .
Index: clear_isrc define_data entry mode new sectors set_isrc set_source toc_entry
Class methods | |
---|---|
new | new |
Creates a track (for TAO recording, or to put in a session).
|
Instance methods | |
---|---|
clear_isrc | clear_isrc |
Disables ISRC parameters for a track.
| |
define_data | define_data(offset, tail, pad, mode) |
Defines the data in a track.
| |
entry | entry |
Gets the associated TOC entry of this track.
| |
mode | mode |
Gets the audio/data mode for the entry. Derived from control and possibly from reading the track's first sector.
| |
sectors | sectors |
| |
set_isrc | set_isrc(country, owner, year, serial) |
Sets the ISRC details for a track.
| |
set_source | set_source(source) |
Sets the track's data source.
| |
toc_entry | toc_entry |
Synonym for Burn::Track#entry.
|