Top | ![]() |
![]() |
![]() |
![]() |
BurnerTrackImage *
burner_track_image_new (void
);
Creates a new BurnerTrackImage object.
This type of tracks is used to burn disc images.
BurnerBurnResult burner_track_image_set_source (BurnerTrackImage *track
,const gchar *image
,const gchar *toc
,BurnerImageFormat format
);
Sets the image source path (and its toc if need be) as well as its format.
BurnerBurnResult burner_track_image_set_block_num (BurnerTrackImage *track
,goffset blocks
);
Sets the image size (in sectors).
gchar * burner_track_image_get_source (BurnerTrackImage *track
,gboolean uri
);
This function returns the path or the URI (if uri
is TRUE) of the
source image file.
gchar * burner_track_image_get_toc_source (BurnerTrackImage *track
,gboolean uri
);
This function returns the path or the URI (if uri
is TRUE) of the
source toc file.
BurnerImageFormat
burner_track_image_get_format (BurnerTrackImage *track
);
This function returns the format of the source image.