Man Linux: Main Page and Category List

NAME

       YEventAudioStats - Y Audio statistics event structures

STRUCTURES

       typedef struct {

               int cycle_set;

               long cycle_us;
               long compensated_cycle_us;

               long write_ahead_us;
               long cumulative_latency_us;

               int sample_size;
               int channels;
               int sample_rate;
               int bytes_per_sec;

               Boolean allow_fragments;
               int num_fragments;
               int fragment_size;

               Boolean flip_stereo;
               int direction;

               char mode_name[YAudioNameMax];

       } YEventAudioStats;

       Reports the current Audio values of the Y server.

SEE ALSO

       YEvent(3)           YEventAudioChange(3)           YEventServerStats(3)
       YEventCycleChange(3)         YEventDisconnect(3)          YEventHost(3)
       YEventSoundKill(3)           YEventMixer(3)          YEventSoundPlay(3)
       YEventSoundObjectAttributes(3)     YEventShutdown(3)      YEventSync(3)
       YEventYSHMSound(3)        YEventAudioCDStats(3)        YGetNextEvent(3)
       YPutBackEvent(3)