Abstract
This class references a whole disc.
Inherits from: Object ← Burn::Disc .
Included in: Burn .
Index: STATUS_APPENDABLE STATUS_BLANK STATUS_EMPTY STATUS_FULL STATUS_UNREADY add_session each_session new remove_session sessions
Class methods | |
---|---|
new | new |
Creates a new disc (for DAO recording).
|
Instance methods | |
---|---|
add_session | add_session(session, pos) |
Adds a session to a disc at a specific position, increasing the sessions' reference count.
| |
each_session | each_session { |session| ... } |
Calls the block for each session in the disc, passing a reference to a Burn::Session object as parameter.
| |
remove_session | remove_session(session) |
Removes a session from a disc.
| |
sessions | sessions |
Gets a list of all sessions in the disc.
|