Abstract
This class references a single session on a disc.
Inherits from: Object ← Burn::Session .
Included in: Burn .
Index: add_track each_track hide_first_track= hide_first_track? new remove_track tracks
Class methods | |
---|---|
new | new |
Creates a new session (For SAO at once recording, or to be added to a disc for DAO).
|
Instance methods | |
---|---|
add_track | add_track(track, pos) |
Adds a track to the session at specified position.
| |
each_track | each_track { |track| ... } |
Calls the block for each track in the session, passing a reference to a Burn::Track object as parameter.
| |
hide_first_track= | hide_first_track=(state) |
Hides the first track in the "pre gap" of the disc.
| |
hide_first_track? | hide_first_track? |
| |
remove_track | remove_track(track) |
Removes a track from the session.
| |
tracks | tracks |
Gets a list of all tracks in the session.
|