YVolumeStruct

Langue: en

Version: 288629 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

YVolumeStruct - volume structures

STRUCTURES

typedef struct {


        u_int16_t left, right, back_left, back_right;

} YVolumeStruct;

To calculate the coefficient value from members left and right, use the equation:

coefficient = (Coefficient)value / ((u_int16_t)-1))

Note, there are no Ylib functions that use this structure. It is used internally by the Y interface library.

SEE ALSO

YIntro(3)