Top | ![]() |
![]() |
![]() |
![]() |
BraseroTrackDisc *
brasero_track_disc_new (void
);
Creates a new BraseroTrackDisc object.
This type of tracks is used to copy media either to a disc image file or to another medium.
BraseroBurnResult brasero_track_disc_set_drive (BraseroTrackDisc *track
,BraseroDrive *drive
);
Sets drive
to be the BraseroDrive that will be used
as the source when copying
BraseroDrive *
brasero_track_disc_get_drive (BraseroTrackDisc *track
);
Gets the BraseroDrive object that will be used as the source when copying.
BraseroBurnResult brasero_track_disc_set_track_num (BraseroTrackDisc *track
,guint num
);
Sets a track number which can be used to copy only one specific session on a multisession disc
guint
brasero_track_disc_get_track_num (BraseroTrackDisc *track
);
Gets the track number which will be used to copy only one specific session on a multisession disc
BraseroMedia
brasero_track_disc_get_medium_type (BraseroTrackDisc *track
);
Gets the BraseroMedia for the medium that is
currently inserted into the drive assigned for track
with brasero_track_disc_set_drive()
.