libcdio  2.1.0
Data Fields
cdio_iso_analysis_t Struct Reference

The type used to return analysis information from cdio_guess_cd_type. More...

#include <cd_types.h>

Data Fields

unsigned int joliet_level
 
char iso_label [33]
 
unsigned int isofs_size
 
uint8_t UDFVerMinor
 
uint8_t UDFVerMajor
 

Detailed Description

The type used to return analysis information from cdio_guess_cd_type.

These fields make sense only for when an ISO-9660 filesystem is used.

Field Documentation

◆ iso_label

char cdio_iso_analysis_t::iso_label[33]

This is 32 + 1 for null byte at the end in formatting the string

◆ isofs_size

unsigned int cdio_iso_analysis_t::isofs_size

◆ joliet_level

unsigned int cdio_iso_analysis_t::joliet_level

If has Joliet extensions, this is the associated level number (i.e. 1, 2, or 3).

◆ UDFVerMajor

uint8_t cdio_iso_analysis_t::UDFVerMajor

For UDF filesystems only

◆ UDFVerMinor

uint8_t cdio_iso_analysis_t::UDFVerMinor

For UDF filesystems only


The documentation for this struct was generated from the following file: