libcdio  2.1.0
Macros | Typedefs
cdio.h File Reference

The top-level header for libcdio: the CD Input and Control library. Applications include this for anything regarding libcdio. More...

#include <cdio/version.h>
#include <cdio/types.h>
#include <cdio/sector.h>
#include <cdio/device.h>
#include <cdio/cdtext.h>
#include <cdio/disc.h>
#include <cdio/read.h>
#include <cdio/track.h>
#include <cdio/memory.h>

Go to the source code of this file.

Macros

#define CDIO_API_VERSION   6
 
#define CdIo   CdIo_t
 

Typedefs

typedef struct _CdIo CdIo_t
 

Detailed Description

The top-level header for libcdio: the CD Input and Control library. Applications include this for anything regarding libcdio.

Macro Definition Documentation

◆ CdIo

#define CdIo   CdIo_t

◆ CDIO_API_VERSION

#define CDIO_API_VERSION   6

Application Interface or Protocol version number. If the public interface changes, we increase this number.

Typedef Documentation

◆ CdIo_t

typedef struct _CdIo CdIo_t

This is an opaque structure for the CD object.