libburn  1.1.8
Data Fields
burn_progress Struct Reference

Operation progress report. More...

#include <libburn.h>

Data Fields

int sessions
 The total number of sessions.
int session
 Current session.
int tracks
 The total number of tracks.
int track
 Current track.
int indices
 The total number of indices.
int index
 Curent index.
int start_sector
 The starting logical block address.
int sectors
 On write: The number of sectors.
int sector
 On write: The current sector being processed.
unsigned buffer_capacity
 The capacity of the drive buffer.
unsigned buffer_available
 The free space in the drive buffer (might be slightly outdated)
off_t buffered_bytes
 The number of bytes sent to the drive buffer.
unsigned buffer_min_fill
 The minimum number of bytes stored in buffer during write.

Detailed Description

Operation progress report.

All values are 0 based indices.

Definition at line 631 of file libburn.h.


Field Documentation

The free space in the drive buffer (might be slightly outdated)

Definition at line 658 of file libburn.h.

The capacity of the drive buffer.

Definition at line 656 of file libburn.h.

The minimum number of bytes stored in buffer during write.

(Caution: Before surely one buffer size of bytes was processed, this value is 0xffffffff.)

Definition at line 668 of file libburn.h.

The number of bytes sent to the drive buffer.

Definition at line 663 of file libburn.h.

Curent index.

Definition at line 643 of file libburn.h.

The total number of indices.

Definition at line 641 of file libburn.h.

On write: The current sector being processed.

On blank: Relative progress steps 0 to 0x10000

Definition at line 651 of file libburn.h.

Referenced by libburner_blank_disc(), libburner_format(), and libburner_payload().

On write: The number of sectors.

On blank: 0x10000 as upper limit for relative progress steps

Definition at line 648 of file libburn.h.

Referenced by libburner_blank_disc(), libburner_format(), and libburner_payload().

Current session.

Definition at line 635 of file libburn.h.

The total number of sessions.

Definition at line 633 of file libburn.h.

The starting logical block address.

Definition at line 645 of file libburn.h.

Current track.

Definition at line 639 of file libburn.h.

Referenced by libburner_payload().

The total number of tracks.

Definition at line 637 of file libburn.h.


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