isoinfo
Description:
get ISO information from primary volume descriptor of ISO file
This is the same as isoinfo_device except that it works for an ISO file located inside some other mounted filesystem. Note that in the common case where you have added an ISO file as a libguestfs device, you would *not* call this. Instead you would call isoinfo_device.
Parameters:
| this |
A GuestfsSession object |
Returns:
|
a ISOInfo object, or NULL on error |