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

snd_pcm_sync_id_t

Declaration

Source position: pcm.inc line 489

type snd_pcm_sync_id_t = record

  case Integer of

    0: (

        id: array [0..15] of cuchar;

      );

    1: (

        id16: array [0..7] of cushort;

      );

    2: (

        id32: array [0..3] of cuint;

      );

end;


Documentation generated on: 2026-03-03