Unit 'asoundlib' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#fpalsa]

snd_seq_ev_queue_control_t

Declaration

Source position: seq_event.inc line 299

type snd_seq_ev_queue_control_t = record

  queue: cuchar;

  unused: array [0..2] of cuchar;

  param: record

    case Integer of

      0: (

          value: cint;

        );

      1: (

          time: snd_seq_timestamp_t;

        );

      2: (

          position: cuint;

        );

      3: (

          skew: snd_seq_queue_skew_t;

        );

      4: (

          d32: array [0..1] of cuint;

        );

      5: (

          d8: array [0..7] of cuchar;

        );

  end;

end;


Documentation generated on: 2026-03-03