Top | ![]() |
![]() |
![]() |
![]() |
BurnerTrackDisc *
burner_track_disc_new (void
);
Creates a new BurnerTrackDisc object.
This type of tracks is used to copy media either to a disc image file or to another medium.
BurnerBurnResult burner_track_disc_set_drive (BurnerTrackDisc *track
,BurnerDrive *drive
);
Sets drive
to be the BurnerDrive that will be used
as the source when copying
BurnerDrive *
burner_track_disc_get_drive (BurnerTrackDisc *track
);
Gets the BurnerDrive object that will be used as the source when copying.
BurnerBurnResult burner_track_disc_set_track_num (BurnerTrackDisc *track
,guint num
);
Sets a track number which can be used to copy only one specific session on a multisession disc
guint
burner_track_disc_get_track_num (BurnerTrackDisc *track
);
Gets the track number which will be used to copy only one specific session on a multisession disc
BurnerMedia
burner_track_disc_get_medium_type (BurnerTrackDisc *track
);
Gets the BurnerMedia for the medium that is
currently inserted into the drive assigned for track
with burner_track_disc_set_drive()
.