man YVolumeStruct (Fonctions bibliothèques) - volume structures

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