Main Page   Data Structures   File List   Data Fields   Globals  

daisy_position Struct Reference

#include <libdaisy.h>


Data Fields

int smilpos
int nodepos


Detailed Description

Struct for holding a Daisy DTB playback position. Meant for storing chapter (smilops) and passage (nodepos) jump positions. Works as a bookmark. The integer values is equal to the chapter number and passage numer in the playback sequence (smilpos = 1 & nodepos = 1 is the position for passage 1 in chapter 1).
See also:
daisy_get_position , daisy_goto_position

Definition at line 130 of file libdaisy.h.


Field Documentation

int daisy_position::nodepos
 

Definition at line 132 of file libdaisy.h.

Referenced by daisy_get_position(), and daisy_goto_position().

int daisy_position::smilpos
 

Definition at line 131 of file libdaisy.h.

Referenced by daisy_get_position(), and daisy_goto_position().


The documentation for this struct was generated from the following file:
Generated on Tue Sep 5 12:14:08 2006 for libdaisy by doxygen1.2.15