Main Page | Data Structures | Directories | File List | Data Fields | Globals

burn_progress Struct Reference

#include <libburn.h>


Detailed Description

Operation progress report.

All values are 0 based indices.

Definition at line 395 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
 The number of sector.
int sector
 The current sector being processed.


Field Documentation

int burn_progress::index
 

Curent index.

Definition at line 407 of file libburn.h.

int burn_progress::indices
 

The total number of indices.

Definition at line 405 of file libburn.h.

int burn_progress::sector
 

The current sector being processed.

Definition at line 413 of file libburn.h.

int burn_progress::sectors
 

The number of sector.

Definition at line 411 of file libburn.h.

int burn_progress::session
 

Current session.

Definition at line 399 of file libburn.h.

int burn_progress::sessions
 

The total number of sessions.

Definition at line 397 of file libburn.h.

int burn_progress::start_sector
 

The starting logical block address.

Definition at line 409 of file libburn.h.

int burn_progress::track
 

Current track.

Definition at line 403 of file libburn.h.

int burn_progress::tracks
 

The total number of tracks.

Definition at line 401 of file libburn.h.


The documentation for this struct was generated from the following file:
Generated on Mon Feb 13 18:31:19 2006 for libburn by  doxygen 1.4.2