| Top |
BurnerTrackImageCfg *
burner_track_image_cfg_new (void);
Creates a new BurnerTrackImageCfg object.
BurnerBurnResult burner_track_image_cfg_set_source (BurnerTrackImageCfg *track,const gchar *uri);
Sets the image uri or path (absolute or relative). track
will then identify its format and retrieve its size.
BurnerBurnResult burner_track_image_cfg_force_format (BurnerTrackImageCfg *track,BurnerImageFormat format);
This function allows one to prevents the identification of the format of the image.
It does not cancel size retrieval.
If format
is BURNER_IMAGE_FORMAT_NONE then the format of the image
will be retrieved.
BurnerImageFormat
burner_track_image_cfg_get_forced_format
(BurnerTrackImageCfg *track);
This function returns the BurnerImageFormat that was set for the image.
See burner_track_image_cfg_force_format().