DVD related functions
gboolean |
|
gboolean |
|
gboolean |
|
gchar * |
|
void |
gboolean flu_dvd_disc_info_get (const gchar *device, gint layer, gint *copyright_flag, gint *region_mask, GError **error);
Gets the information about a disc
Since: 1.0
The device filename representing the DVD drive
The disc layer to get the info from
TRUE if successful, FALSE otherwise
gboolean flu_dvd_drive_info_get (const gchar *device, gint *user_resets, gint *region_mask, GError **error);
Gets the information about a drive
Since: 1.0
The device filename representing the DVD drive
TRUE if successful, FALSE otherwise
gboolean flu_dvd_drive_region_set (const gchar *device, gint region_mask, GError **error);
Sets the region of the drive
Since: 1.0
The device filename representing the DVD drive
The region to set
TRUE if successful, FALSE otherwise
gchar * flu_dvd_region_name_get (gint region_mask);
Gets a name for the specified region
Since: 1.0
The region to get the name from
The name that represents the region
void flu_dvd_eject (const gchar *device);
Eject the disc in the specified device
Since: 1.0
The device filename representing the DVD drive (dvd://\\.\D: on Windows, dvd:///dev/dvd on Linux and OSX)