YEventAudioStats(3) 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.