burn_progress Struct Reference

#include <libburn.h>


Detailed Description

Operation progress report.

All values are 0 based indices.

Definition at line 376 of file 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 buffered bytes.


Field Documentation

int burn_progress::sessions

The total number of sessions.

Definition at line 378 of file libburn.h.

int burn_progress::session

Current session.

Definition at line 380 of file libburn.h.

int burn_progress::tracks

The total number of tracks.

Definition at line 382 of file libburn.h.

int burn_progress::track

Current track.

Definition at line 384 of file libburn.h.

Referenced by libburner_payload().

int burn_progress::indices

The total number of indices.

Definition at line 386 of file libburn.h.

int burn_progress::index

Curent index.

Definition at line 388 of file libburn.h.

int burn_progress::start_sector

The starting logical block address.

Definition at line 390 of file libburn.h.

int burn_progress::sectors

On write: The number of sectors.

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

Definition at line 393 of file libburn.h.

Referenced by libburner_blank_disc(), and libburner_payload().

int burn_progress::sector

On write: The current sector being processed.

On blank: Relative progress steps 0 to 0x10000

Definition at line 396 of file libburn.h.

Referenced by libburner_blank_disc(), and libburner_payload().

unsigned burn_progress::buffer_capacity

The capacity of the drive buffer.

Definition at line 400 of file libburn.h.

unsigned burn_progress::buffer_available

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

Definition at line 402 of file libburn.h.

off_t burn_progress::buffered_bytes

The number of bytes sent to the drive buffer.

Definition at line 406 of file libburn.h.

unsigned burn_progress::buffer_min_fill

The minimum number of buffered bytes.

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

Definition at line 410 of file libburn.h.


The documentation for this struct was generated from the following file:
Generated on Mon Mar 26 11:17:49 2007 for libburn by  doxygen 1.5.1