Libav
Data Fields
CDIOContext Struct Reference

Data Fields

AVClassclass
 
cdrom_drive_t * drive
 
cdrom_paranoia_t * paranoia
 
int32_t last_sector
 
int speed
 
int paranoia_mode
 

Detailed Description

Definition at line 43 of file libcdio.c.

Field Documentation

§ class

AVClass* CDIOContext::class

Definition at line 44 of file libcdio.c.

§ drive

cdrom_drive_t* CDIOContext::drive

Definition at line 45 of file libcdio.c.

Referenced by read_close(), read_header(), and read_packet().

§ paranoia

cdrom_paranoia_t* CDIOContext::paranoia

Definition at line 46 of file libcdio.c.

Referenced by read_close(), read_header(), read_packet(), and read_seek().

§ last_sector

int32_t CDIOContext::last_sector

Definition at line 47 of file libcdio.c.

Referenced by read_header(), and read_packet().

§ speed

int CDIOContext::speed

Definition at line 50 of file libcdio.c.

Referenced by read_header().

§ paranoia_mode

int CDIOContext::paranoia_mode

Definition at line 51 of file libcdio.c.

Referenced by read_header().


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